C# 클래스 Elastacloud.AzureManagement.Fluent.Clients.ImageManagementClient

Used to manage the copying and registering of images within a subscription or intra-subscription
상속: Elastacloud.AzureManagement.Fluent.Clients.Helpers.GenerateEventClientBase, IImageManagementClient
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
CopyAndRegisterImageInNewSubscription ( ImageProperties imageProperties, bool copyImageOnlyIfNotExists = true ) : void

Used to copy or register an image from one subscription to another

Exists ( string imageName ) : bool

Checks whether a particular named image exists in the collection

ImageManagementClient ( string subscriptionId, X509Certificate2 certificate ) : System

비공개 메소드들

메소드 설명
GetFormattedImageName ( string imageName, int index, bool withVhd ) : string

메소드 상세

CopyAndRegisterImageInNewSubscription() 공개 메소드

Used to copy or register an image from one subscription to another
public CopyAndRegisterImageInNewSubscription ( ImageProperties imageProperties, bool copyImageOnlyIfNotExists = true ) : void
imageProperties Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.ImageProperties
copyImageOnlyIfNotExists bool
리턴 void

Exists() 공개 메소드

Checks whether a particular named image exists in the collection
public Exists ( string imageName ) : bool
imageName string
리턴 bool

ImageManagementClient() 공개 메소드

public ImageManagementClient ( string subscriptionId, X509Certificate2 certificate ) : System
subscriptionId string
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 System