VirtualMachineExtensionListResponse.ResourceExtension.IsJsonExtension Property

 

Optional. Indicates whether the extension accepts JSON or XML based configuration. If this property is 'true' the extension accepts JSON based configuration. If this property is 'false' the extension accepts XML based configuration.

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

public Nullable<bool> IsJsonExtension { get; set; }

Property Value

Type: System.Nullable<Boolean>
Return to top
Show: