VirtualMachineExtensionListResponse.ResourceExtension.PrivateConfigurationSchema Property

 

Optional. The base64-encoded schema of the private configuration.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public string PrivateConfigurationSchema { get; set; }
public:
property String^ PrivateConfigurationSchema {
    String^ get();
    void set(String^ value);
}
member PrivateConfigurationSchema : string with get, set
Public Property PrivateConfigurationSchema As String

Property Value

Type: System.String

See Also

VirtualMachineExtensionListResponse.ResourceExtension Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace

Return to top