PrivateLinkServiceIpConfiguration 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
PrivateLinkServiceIpConfiguration() |
Initializes a new instance of the PrivateLinkServiceIpConfiguration class. |
PrivateLinkServiceIpConfiguration(String, String, String, Subnet, Nullable<Boolean>, String, String, String, String, String) |
Initializes a new instance of the PrivateLinkServiceIpConfiguration class. |
PrivateLinkServiceIpConfiguration()
Initializes a new instance of the PrivateLinkServiceIpConfiguration class.
public PrivateLinkServiceIpConfiguration ();
Public Sub New ()
Applies to
PrivateLinkServiceIpConfiguration(String, String, String, Subnet, Nullable<Boolean>, String, String, String, String, String)
Initializes a new instance of the PrivateLinkServiceIpConfiguration class.
public PrivateLinkServiceIpConfiguration (string id = default, string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Models.Subnet subnet = default, bool? primary = default, string provisioningState = default, string privateIPAddressVersion = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.PrivateLinkServiceIpConfiguration : string * string * string * Microsoft.Azure.Management.Network.Models.Subnet * Nullable<bool> * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.PrivateLinkServiceIpConfiguration
Public Sub New (Optional id As String = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As Subnet = Nothing, Optional primary As Nullable(Of Boolean) = Nothing, Optional provisioningState As String = Nothing, Optional privateIPAddressVersion As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- privateIPAddress
- String
The private IP address of the IP configuration.
- privateIPAllocationMethod
- String
The private IP address allocation method. Possible values include: 'Static', 'Dynamic'
- subnet
- Subnet
The reference to the subnet resource.
- provisioningState
- String
The provisioning state of the private link service IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- privateIPAddressVersion
- String
Whether the specific IP configuration is IPv4 or IPv6. Default is IPv4. Possible values include: 'IPv4', 'IPv6'
- name
- String
The name of private link service ip configuration.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
The resource type.
Applies to
Azure SDK for .NET