다음을 통해 공유


VirtualMachineOSImageCreateParameters 멤버

Parameters supplied to the Create Virtual Machine Image operation.

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

공개 생성자

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

위쪽

공개 속성

  Name 설명
Description Optional. Specifies the description of the OS image.
Eula Optional. Specifies the End User License Agreement that is associated with the image. The value for this element is a string, but it is recommended that the value be a URL that points to a EULA.
IconUri Optional. Specifies the URI to the icon that is displayed for the image in the Management Portal.
ImageFamily Optional. Specifies a value that can be used to group OS images.
IsPremium Required. Indicates if the image contains software or associated services that will incur charges above the core price for the virtual machine.
Label Required. Specifies the friendly name of the image.
Language Optional. Specifies the language of the image. The Language element is only available using version 2013-03-01 or higher.
MediaLinkUri Required. Specifies the location of the blob in Azure storage. The blob location must belong to a storage account in the subscription specified by the SubscriptionId value in the operation call. Example: http://example.blob.core.windows.net/disks/mydisk.vhd.
Name Required. Specifies a name that Azure uses to identify the image when creating one or more virtual machines.
OperatingSystemType Required. The operating system type of the OS image. Possible values are: Linux or Windows.
PrivacyUri Optional. Specifies the URI that points to a document that contains the privacy policy related to the OS image.
PublishedDate Optional. Specifies the date when the OS image was added to the image repository.
RecommendedVMSize Optional. Specifies the size to use for the virtual machine that is created from the OS image.
ShowInGui Required. Specifies whether the image should appear in the image gallery.
SmallIconUri Optional. Specifies the URI to the small icon that is displayed when the image is presented in the Azure Management Portal. The SmallIconUri element is only available using version 2013-03-01 or higher.

위쪽

공개 메서드

(보호됨 메서드 참고)

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

위쪽

보호됨 메서드

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

위쪽

참고 항목

참조

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