다음을 통해 공유


ResourceExtension 멤버

An extension available to add to your virtual machine.

다음 표에는 ResourceExtension 유형으로 제공되는 멤버의 목록이 나와 있습니다.

공개 생성자

  Name 설명
  ResourceExtension Initializes a new instance of the ResourceExtension class.

위쪽

공개 속성

  Name 설명
CompanyName Optional. String property containing the name of the company/organization who publishes the extension.
Description Optional. The description of the extension.
DisallowMajorVersionUpgrade Optional. Boolean property indicating whether the extension allows major version upgrade.
Eula 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.
HomepageUri 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.
IsInternalExtension Optional. Boolean property indicating whether the extension is internal or public.
IsJsonExtension 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.
Label Optional. The label that is used to identify the extension.
Name Optional. The name of the extension.
PrivacyUri 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.
PrivateConfigurationSchema Optional. The base64-encoded schema of the private configuration.
PublicConfigurationSchema Optional. The base64-encoded schema of the public configuration.
PublishedDate 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.
Publisher Optional. The provider namespace of the extension. The provider namespace for Azure extensions is Microsoft.Compute.
ReplicationCompleted 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.
SampleConfig Optional. A sample configuration file for the resource extension.
SupportedOS Optional. String property indicating the OS which the extension supports. Current values are 'Windows' or 'Linux'.
Version Optional. The version of the extension.

위쪽

공개 메서드

(보호됨 메서드 참고)

  Name 설명
Equals  (Object에서 상속됨)
GetHashCode  (Object에서 상속됨)
GetType  (Object에서 상속됨)
ToString  (Object에서 상속됨)

위쪽

보호됨 메서드

  Name 설명
Finalize  (Object에서 상속됨)
MemberwiseClone  (Object에서 상속됨)

위쪽

참고 항목

참조

ResourceExtension 클래스
Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineExtensionListResponse 네임스페이스