ArmManagedNetworkFabricModelFactory.NetworkFabricNeighborGroupData Methode
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.
Initialisiert eine neue instance von NetworkFabricNeighborGroupData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupData NetworkFabricNeighborGroupData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string annotation = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NeighborGroupDestination destination = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkTapIds = default, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkTapRuleIds = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default);
static member NetworkFabricNeighborGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Azure.ResourceManager.ManagedNetworkFabric.Models.NeighborGroupDestination * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricNeighborGroupData
Public Shared Function NetworkFabricNeighborGroupData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional annotation As String = Nothing, Optional destination As NeighborGroupDestination = Nothing, Optional networkTapIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional networkTapRuleIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing) As NetworkFabricNeighborGroupData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- annotation
- String
Beschreibung der Konfiguration wechseln.
- destination
- NeighborGroupDestination
Ein Array von Ziel-IPv4- oder IPv6-Adressen.
- networkTapIds
- IEnumerable<ResourceIdentifier>
Liste der NetworkTap-IDs, denen eine benachbarte Gruppe zugeordnet ist.
- networkTapRuleIds
- IEnumerable<ResourceIdentifier>
Liste der Netzwerk tippen Regel-IDs, denen eine benachbarte Gruppe zugeordnet ist.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Der Bereitstellungsstatus der Ressource.
Gibt zurück
Eine neue NetworkFabricNeighborGroupData instance zum Mocking.