Class VirtualMachineBootDiagnosticsGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Compute.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualMachineBootDiagnosticsGetArgs : ResourceArgs
Constructors
View SourceVirtualMachineBootDiagnosticsGetArgs()
Declaration
public VirtualMachineBootDiagnosticsGetArgs()
Properties
View SourceEnabled
Should Boot Diagnostics be enabled for this Virtual Machine?
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
StorageUri
The Storage Account's Blob Endpoint which should hold the virtual machine's diagnostic files.
Declaration
public Input<string> StorageUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |