ArmManagedNetworkFabricModelFactory.NetworkDeviceInterfaceData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of NetworkDeviceInterfaceData.
public static Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceData NetworkDeviceInterfaceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string annotation = default, string physicalIdentifier = default, string connectedTo = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceInterfaceType? interfaceType = default, System.Net.IPAddress ipv4Address = default, string ipv6Address = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState? provisioningState = default, Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState? administrativeState = default);
static member NetworkDeviceInterfaceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkDeviceInterfaceType> * System.Net.IPAddress * string * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricProvisioningState> * Nullable<Azure.ResourceManager.ManagedNetworkFabric.Models.NetworkFabricAdministrativeState> -> Azure.ResourceManager.ManagedNetworkFabric.NetworkDeviceInterfaceData
Public Shared Function NetworkDeviceInterfaceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional annotation As String = Nothing, Optional physicalIdentifier As String = Nothing, Optional connectedTo As String = Nothing, Optional interfaceType As Nullable(Of NetworkDeviceInterfaceType) = Nothing, Optional ipv4Address As IPAddress = Nothing, Optional ipv6Address As String = Nothing, Optional provisioningState As Nullable(Of NetworkFabricProvisioningState) = Nothing, Optional administrativeState As Nullable(Of NetworkFabricAdministrativeState) = Nothing) As NetworkDeviceInterfaceData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- annotation
- String
Switch configuration description.
- physicalIdentifier
- String
Physical Identifier of the network interface.
- connectedTo
- String
The ARM resource id of the interface or compute server its connected to.
- interfaceType
- Nullable<NetworkDeviceInterfaceType>
The Interface Type. Example: Management/Data.
- ipv4Address
- IPAddress
IPv4Address of the interface.
- ipv6Address
- String
IPv6Address of the interface.
- provisioningState
- Nullable<NetworkFabricProvisioningState>
Provisioning state of the resource.
- administrativeState
- Nullable<NetworkFabricAdministrativeState>
Administrative state of the resource.
Returns
A new NetworkDeviceInterfaceData instance for mocking.
Applies to
Azure SDK for .NET