VirtualMachineExtensionListResponse.ResourceExtension Properties

 

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

NameDescription
System_CAPS_pubpropertyCompanyName

Optional. String property containing the name of the company/organization who publishes the extension.

System_CAPS_pubpropertyDescription

Optional. The description of the extension.

System_CAPS_pubpropertyDisallowMajorVersionUpgrade

Optional. Boolean property indicating whether the extension allows major version upgrade.

System_CAPS_pubpropertyEula

Optional. URI string pointing to the EULA (End User License Agreement) of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure, at the time of extension creation or update.

System_CAPS_pubpropertyHomepageUri

Optional. URI string pointing to the homepage of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure, at the time of extension creation or update.

System_CAPS_pubpropertyIsInternalExtension

Optional. Boolean property indicating whether the extension is internal or public.

System_CAPS_pubpropertyIsJsonExtension

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.

System_CAPS_pubpropertyLabel

Optional. The label that is used to identify the extension.

System_CAPS_pubpropertyName

Optional. The name of the extension.

System_CAPS_pubpropertyPrivacyUri

Optional. URI string pointing to the privacy document of this version of extension. This is optionally specified by the third-party publishing the extension instead of Azure, at the time of extension creation or update.

System_CAPS_pubpropertyPrivateConfigurationSchema

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

System_CAPS_pubpropertyPublicConfigurationSchema

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

System_CAPS_pubpropertyPublishedDate

Optional. Publisher can set it to any arbitrary date, and this is only for display purpose. If not specified by publisher, Azure will automatically assign the UTC time when the extension request was received.

System_CAPS_pubpropertyPublisher

Optional. The provider namespace of the extension. The provider namespace for Azure extensions is Microsoft.Compute.

System_CAPS_pubpropertyReplicationCompleted

Optional. Indicates whether this version of extension has been replicated to all regions or not. If true, then the given extension version can be used in creating or updating deployments. Otherwise, the given extension version might cause failure in creating or updating deployments. The typical time is 20 minutes for a newly-registered or newly-updated extension to replicate completely by Azure.

System_CAPS_pubpropertySampleConfig

Optional. A sample configuration file for the resource extension.

System_CAPS_pubpropertySupportedOS

Optional. String property indicating the OS which the extension supports. Current values are 'Windows' or 'Linux'.

System_CAPS_pubpropertyVersion

Optional. The version of the extension.

Return to top
Show: