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.Update.IUpdate WithBootDiagnostics ();
abstract member WithBootDiagnostics : unit -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IUpdate
Public Function WithBootDiagnostics () As IUpdate
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.Update.IUpdate 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.Update.IUpdate
Public Function WithBootDiagnostics (creatable As ICreatable(Of IStorageAccount)) As IUpdate
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.Update.IUpdate WithBootDiagnostics (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithBootDiagnostics : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IUpdate
Public Function WithBootDiagnostics (storageAccount As IStorageAccount) As IUpdate
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.Update.IUpdate WithBootDiagnostics (string storageAccountBlobEndpointUri);
abstract member WithBootDiagnostics : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IUpdate
Public Function WithBootDiagnostics (storageAccountBlobEndpointUri As String) As IUpdate
Parameters
- storageAccountBlobEndpointUri
- String
A storage account blob endpoint to store the boot diagnostics.
Returns
Applies to
Azure SDK for .NET