IWithBootDiagnostics.WithBootDiagnostics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithBootDiagnostics() |
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
WithBootDiagnostics(ICreatable<IStorageAccount>) |
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
WithBootDiagnostics(IStorageAccount) |
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
WithBootDiagnostics(String) |
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
WithBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithBootDiagnostics ();
abstract member WithBootDiagnostics : unit -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithBootDiagnostics () As IWithCreate
Returns
Applies to
WithBootDiagnostics(ICreatable<IStorageAccount>)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithBootDiagnostics (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> creatable);
abstract member WithBootDiagnostics : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Storage.Fluent.IStorageAccount> -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithBootDiagnostics (creatable As ICreatable(Of IStorageAccount)) As IWithCreate
Parameters
- creatable
- ICreatable<IStorageAccount>
The storage account to be created and used for store the boot diagnostics.
Returns
Applies to
WithBootDiagnostics(IStorageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithBootDiagnostics (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithBootDiagnostics : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithBootDiagnostics (storageAccount As IStorageAccount) As IWithCreate
Parameters
- storageAccount
- IStorageAccount
An existing storage account to be uses to store the boot diagnostics.
Returns
Applies to
WithBootDiagnostics(String)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate WithBootDiagnostics (string storageAccountBlobEndpointUri);
abstract member WithBootDiagnostics : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithCreate
Public Function WithBootDiagnostics (storageAccountBlobEndpointUri As String) As IWithCreate
Parameters
- storageAccountBlobEndpointUri
- String
A storage account blob endpoint to store the boot diagnostics.
Returns
Applies to
Azure SDK for .NET