Class LinuxVirtualMachineScaleSetBootDiagnosticsGetArgs
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 LinuxVirtualMachineScaleSetBootDiagnosticsGetArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachineScaleSetBootDiagnosticsGetArgs()
Declaration
public LinuxVirtualMachineScaleSetBootDiagnosticsGetArgs()
Properties
View SourceStorageAccountUri
The Primary/Secondary Endpoint for the Azure Storage Account which should be used to store Boot Diagnostics, including Console Output and Screenshots from the Hypervisor.
Declaration
public Input<string> StorageAccountUri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |