C# 클래스 Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.Deployment

This is used as the underlying wrapper for the deployment of the virtual machine
상속: ICustomXmlSerializer
파일 보기 프로젝트 열기: azurecoder/fluent-management 1 사용 예제들

공개 메소드들

메소드 설명
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