ProximityPlacementGroup Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ProximityPlacementGroup() |
Initialisiert eine neue instance der ProximityPlacementGroup-Klasse. |
ProximityPlacementGroup(String, String, String, String, IDictionary<String, String>, String, IList<SubResourceWithColocationStatus>, IList<SubResourceWithColocationStatus>, IList<SubResourceWithColocationStatus>, InstanceViewStatus, ProximityPlacementGroupPropertiesIntent, IList<String>) |
Initialisiert eine neue instance der ProximityPlacementGroup-Klasse. |
ProximityPlacementGroup()
Initialisiert eine neue instance der ProximityPlacementGroup-Klasse.
public ProximityPlacementGroup ();
Public Sub New ()
Gilt für:
ProximityPlacementGroup(String, String, String, String, IDictionary<String, String>, String, IList<SubResourceWithColocationStatus>, IList<SubResourceWithColocationStatus>, IList<SubResourceWithColocationStatus>, InstanceViewStatus, ProximityPlacementGroupPropertiesIntent, IList<String>)
Initialisiert eine neue instance der ProximityPlacementGroup-Klasse.
public ProximityPlacementGroup (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string proximityPlacementGroupType = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus> virtualMachines = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus> virtualMachineScaleSets = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus> availabilitySets = default, Microsoft.Azure.Management.Compute.Models.InstanceViewStatus colocationStatus = default, Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent intent = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroup : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus> * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus> * Microsoft.Azure.Management.Compute.Models.InstanceViewStatus * Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroupPropertiesIntent * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.ProximityPlacementGroup
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional proximityPlacementGroupType As String = Nothing, Optional virtualMachines As IList(Of SubResourceWithColocationStatus) = Nothing, Optional virtualMachineScaleSets As IList(Of SubResourceWithColocationStatus) = Nothing, Optional availabilitySets As IList(Of SubResourceWithColocationStatus) = Nothing, Optional colocationStatus As InstanceViewStatus = Nothing, Optional intent As ProximityPlacementGroupPropertiesIntent = Nothing, Optional zones As IList(Of String) = Nothing)
Parameter
- location
- String
Ressourcenspeicherort
- id
- String
Ressourcen-ID
- name
- String
Ressourcenname
- type
- String
Ressourcentyp
- tags
- IDictionary<String,String>
Ressourcentags
- proximityPlacementGroupType
- String
Gibt den Typ der Näherungsplatzierungsgruppe an. Mögliche Werte sind: Standard : Gemeinsames Suchen von Ressourcen innerhalb einer Azure-Region oder Verfügbarkeitszone. Ultra : Für die zukünftige Verwendung. Mögliche Werte: "Standard", "Ultra"
- virtualMachines
- IList<SubResourceWithColocationStatus>
Eine Liste der Verweise auf alle virtuellen Computer in der Näherungsplatzierungsgruppe.
- virtualMachineScaleSets
- IList<SubResourceWithColocationStatus>
Eine Liste von Verweisen auf alle VM-Skalierungsgruppen in der Näherungsplatzierungsgruppe.
- availabilitySets
- IList<SubResourceWithColocationStatus>
Eine Liste der Verweise auf alle Verfügbarkeitsgruppen in der Näherungsplatzierungsgruppe.
- colocationStatus
- InstanceViewStatus
Beschreibt die colocation status der Näherungsplatzierungsgruppe.
Gibt die Benutzerabsicht der Näherungsplatzierungsgruppe an.
Gibt die Verfügbarkeitszone an, in der ein virtueller Computer, eine VM-Skalierungsgruppe oder eine Verfügbarkeitsgruppe erstellt werden kann, die der Näherungsplatzierungsgruppe zugeordnet ist.
Gilt für:
Azure SDK for .NET