C# Класс Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.Deployment

This is used as the underlying wrapper for the deployment of the virtual machine
Наследование: ICustomXmlSerializer
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetAdHocLinuxTemplateDeployment ( List properties ) : Deployment

Gets an ad-hoc deployment for a Windows templated VM instance

GetAdHocWindowsTemplateDeployment ( WindowsVirtualMachineProperties properties ) : Deployment

Gets an ad-hoc deployment for a Windows templated VM instance

GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

Приватные методы

Метод Описание
AddPersistentVMRole ( VirtualMachineProperties properties, IEnumerable roles ) : Deployment

Used to create a deployment and add any persistent vm role to the deployment

Описание методов

GetAdHocLinuxTemplateDeployment() публичный статический Метод

Gets an ad-hoc deployment for a Windows templated VM instance
public static GetAdHocLinuxTemplateDeployment ( List properties ) : Deployment
properties List The VM properties touse for the deployment
Результат Deployment

GetAdHocWindowsTemplateDeployment() публичный статический Метод

Gets an ad-hoc deployment for a Windows templated VM instance
public static GetAdHocWindowsTemplateDeployment ( WindowsVirtualMachineProperties properties ) : Deployment
properties WindowsVirtualMachineProperties The VM properties touse for the deployment
Результат Deployment

GetXmlTree() публичный Метод

Gets the Xml tree for the custom serialiser
public GetXmlTree ( ) : System.Xml.Linq.XElement
Результат System.Xml.Linq.XElement