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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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