Show / Hide Table of Contents

Class WindowsVirtualMachineScaleSetBootDiagnosticsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WindowsVirtualMachineScaleSetBootDiagnosticsGetArgs
Inherited Members
ResourceArgs.Empty
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 WindowsVirtualMachineScaleSetBootDiagnosticsGetArgs : ResourceArgs

Constructors

View Source

WindowsVirtualMachineScaleSetBootDiagnosticsGetArgs()

Declaration
public WindowsVirtualMachineScaleSetBootDiagnosticsGetArgs()

Properties

View Source

StorageAccountUri

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.