ArmManagedNetworkFabricModelFactory.NetworkFabricNeighborGroupData Method

Definition

Initializes a new instance of 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, Azure.ResourceManager.Models.ManagedServiceIdentity identity = 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, System.Collections.Generic.IEnumerable<Azure.Core.ResourceIdentifier> networkFabricIds = default, string lastOperationDetails = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState? configurationState = default);
static member NetworkFabricNeighborGroupData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.Models.ManagedServiceIdentity * string * Azure.ResourceManager.ManagedNetworkFabric.Models.NeighborGroupDestination * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * seq<Azure.Core.ResourceIdentifier> * string * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricConfigurationState> -> 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 identity As ManagedServiceIdentity = 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 networkFabricIds As IEnumerable(Of ResourceIdentifier) = Nothing, Optional lastOperationDetails As String = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing, Optional configurationState As Nullable(Of NetworkFabricConfigurationState) = Nothing) As NetworkFabricNeighborGroupData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

identity
ManagedServiceIdentity

The managed service identities assigned to this resource.

annotation
String

Switch configuration description.

destination
NeighborGroupDestination

An array of destination IPv4 Addresses or IPv6 Addresses.

networkTapIds
IEnumerable<ResourceIdentifier>

List of NetworkTap IDs where neighbor group is associated.

networkTapRuleIds
IEnumerable<ResourceIdentifier>

List of Network Tap Rule IDs where neighbor group is associated.

networkFabricIds
IEnumerable<ResourceIdentifier>

Associated Network Fabric Resource IDs.

lastOperationDetails
String

Details of the last operation performed on the resource.

provisioningState
Nullable<NetworkFabricProvisioningState>

The provisioning state of the resource.

configurationState
Nullable<NetworkFabricConfigurationState>

Configuration state of the resource.

Returns

A new NetworkFabricNeighborGroupData instance for mocking.

Applies to