C# 클래스 ConoHaNet.Objects.Servers.CreateServerImageDetails

파일 보기 프로젝트 열기: crowdy/OpenStack-ConoHa 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateServerImageDetails ( string imageName, Metadata metadata ) : System

Initializes a new instance of the CreateServerImageDetails class with the specified name and metadata.

메소드 상세

CreateServerImageDetails() 공개 메소드

Initializes a new instance of the CreateServerImageDetails class with the specified name and metadata.
If is . If is empty.
public CreateServerImageDetails ( string imageName, Metadata metadata ) : System
imageName string Name of the new image.
metadata Metadata The metadata to associate to the new image.
리턴 System