@Beta(value=V1_4_0)
public static interface VirtualMachineScaleSet.DefinitionStages.WithBootDiagnostics
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withBootDiagnostics(Creatable<StorageAccount> creatable)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.DefinitionStages.WithCreate |
withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
|
@Beta(value=V1_4_0) VirtualMachineScaleSet.DefinitionStages.WithCreate withBootDiagnostics()
@Beta(value=V1_4_0) VirtualMachineScaleSet.DefinitionStages.WithCreate withBootDiagnostics(Creatable<StorageAccount> creatable)
creatable
- the storage account to be created and used for store the boot diagnostics@Beta(value=V1_4_0) VirtualMachineScaleSet.DefinitionStages.WithCreate withBootDiagnostics(StorageAccount storageAccount)
storageAccount
- an existing storage account to be uses to store the boot diagnostics@Beta(value=V1_4_0) VirtualMachineScaleSet.DefinitionStages.WithCreate withBootDiagnostics(String storageAccountBlobEndpointUri)
storageAccountBlobEndpointUri
- a storage account blob endpoint to store the boot diagnosticsCopyright © 2019. All rights reserved.