TopologyAssociation 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
TopologyAssociation() |
Initialisiert eine neue instance der Klasse TopologyAssociation. |
TopologyAssociation(String, String, AssociationType) |
Initialisiert eine neue instance der Klasse TopologyAssociation. |
TopologyAssociation()
Initialisiert eine neue instance der Klasse TopologyAssociation.
public TopologyAssociation ();
Public Sub New ()
Gilt für:
TopologyAssociation(String, String, AssociationType)
Initialisiert eine neue instance der Klasse TopologyAssociation.
public TopologyAssociation (string name = default, string resourceId = default, Microsoft.Azure.Management.Network.Fluent.Models.AssociationType associationType = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TopologyAssociation : string * string * Microsoft.Azure.Management.Network.Fluent.Models.AssociationType -> Microsoft.Azure.Management.Network.Fluent.Models.TopologyAssociation
Public Sub New (Optional name As String = Nothing, Optional resourceId As String = Nothing, Optional associationType As AssociationType = Nothing)
Parameter
- name
- String
Der Name der Ressource, die der übergeordneten Ressource zugeordnet ist.
- resourceId
- String
Die ID der Ressource, die der übergeordneten Ressource zugeordnet ist.
- associationType
- AssociationType
Der Zuordnungstyp der untergeordneten Ressource zur übergeordneten Ressource. Mögliche Werte: "Associated", "Contains"
Gilt für:
Azure SDK for .NET