IPConfigurationProfile Constructors
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.
Overloads
IPConfigurationProfile() |
Initializes a new instance of the IPConfigurationProfile class. |
IPConfigurationProfile(String, Subnet, String, String, String, String) |
Initializes a new instance of the IPConfigurationProfile class. |
IPConfigurationProfile()
Initializes a new instance of the IPConfigurationProfile class.
public IPConfigurationProfile ();
Public Sub New ()
Applies to
IPConfigurationProfile(String, Subnet, String, String, String, String)
Initializes a new instance of the IPConfigurationProfile class.
public IPConfigurationProfile (string id = default, Microsoft.Azure.Management.Network.Models.Subnet subnet = default, string provisioningState = default, string name = default, string type = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.IPConfigurationProfile : string * Microsoft.Azure.Management.Network.Models.Subnet * string * string * string * string -> Microsoft.Azure.Management.Network.Models.IPConfigurationProfile
Public Sub New (Optional id As String = Nothing, Optional subnet As Subnet = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- subnet
- Subnet
The reference to the subnet resource to create a container network interface ip configuration.
- provisioningState
- String
The provisioning state of the IP configuration profile resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource. This name can be used to access the resource.
- type
- String
Sub Resource type.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET