C# Class Elastacloud.AzureManagement.Fluent.Types.VirtualMachines.PersistentVMRole

Represents a persistent Vm role
Inheritance: ICustomXmlSerializer
Afficher le fichier Open project: azurecoder/fluent-management Class Usage Examples

Méthodes publiques

Méthode Description
AddAdhocLinuxRoleTemplates ( List properties ) : List

Adds the default template for a Windows Virtual Machine

AddAdhocWindowsRoleTemplate ( WindowsVirtualMachineProperties properties ) : PersistentVMRole

Adds the default template for a Windows Virtual Machine

ConvertToRoleInstanceStatus ( string status ) : RoleInstanceStatus

Reusable conversion function to convert to a status object

GetAdHocTemplate ( VirtualMachineProperties properties, ConfigurationSet operatingSystemConfigurationSet ) : PersistentVMRole
GetXmlTree ( ) : System.Xml.Linq.XElement

Gets the Xml tree for the custom serialiser

Method Details

AddAdhocLinuxRoleTemplates() public static méthode

Adds the default template for a Windows Virtual Machine
public static AddAdhocLinuxRoleTemplates ( List properties ) : List
properties List
Résultat List

AddAdhocWindowsRoleTemplate() public static méthode

Adds the default template for a Windows Virtual Machine
public static AddAdhocWindowsRoleTemplate ( WindowsVirtualMachineProperties properties ) : PersistentVMRole
properties WindowsVirtualMachineProperties
Résultat PersistentVMRole

ConvertToRoleInstanceStatus() public static méthode

Reusable conversion function to convert to a status object
public static ConvertToRoleInstanceStatus ( string status ) : RoleInstanceStatus
status string
Résultat RoleInstanceStatus

GetAdHocTemplate() public static méthode

public static GetAdHocTemplate ( VirtualMachineProperties properties, ConfigurationSet operatingSystemConfigurationSet ) : PersistentVMRole
properties VirtualMachineProperties
operatingSystemConfigurationSet ConfigurationSet
Résultat PersistentVMRole

GetXmlTree() public méthode

Gets the Xml tree for the custom serialiser
public GetXmlTree ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement