ArmNetworkModelFactory.ContainerNetworkInterfaceIPConfiguration 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.
public static Azure.ResourceManager.Network.Models.ContainerNetworkInterfaceIPConfiguration ContainerNetworkInterfaceIPConfiguration(Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, string name = default, string type = default, Azure.ETag? eTag = default);
static member ContainerNetworkInterfaceIPConfiguration : Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * string * string * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.Models.ContainerNetworkInterfaceIPConfiguration
Public Shared Function ContainerNetworkInterfaceIPConfiguration (Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) As ContainerNetworkInterfaceIPConfiguration
Parameters
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the container network interface IP configuration resource.
- name
- String
The name of the resource. This name can be used to access the resource.
- type
- String
Sub Resource type.
Returns
A new ContainerNetworkInterfaceIPConfiguration instance for mocking.