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)

Syntax

public Nullable<bool> IsJsonExtension { get; set; }
public:
property Nullable<bool> IsJsonExtension {
    Nullable<bool> get();
    void set(Nullable<bool> value);
}
member IsJsonExtension : Nullable<bool> with get, set
Public Property IsJsonExtension As Nullable(Of Boolean)

Property Value

Type: System.Nullable<Boolean>

See Also

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

Return to top