HubIpConfiguration 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
HubIpConfiguration() |
Initializes a new instance of the HubIpConfiguration class. |
HubIpConfiguration(String, String, String, Subnet, PublicIPAddress, String, String, String, String) |
Initializes a new instance of the HubIpConfiguration class. |
HubIpConfiguration()
Initializes a new instance of the HubIpConfiguration class.
public HubIpConfiguration ();
Public Sub New ()
Applies to
HubIpConfiguration(String, String, String, Subnet, PublicIPAddress, String, String, String, String)
Initializes a new instance of the HubIpConfiguration class.
public HubIpConfiguration (string id = default, string privateIPAddress = default, string privateIPAllocationMethod = default, Microsoft.Azure.Management.Network.Models.Subnet subnet = default, Microsoft.Azure.Management.Network.Models.PublicIPAddress publicIPAddress = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.HubIpConfiguration : string * string * string * Microsoft.Azure.Management.Network.Models.Subnet * Microsoft.Azure.Management.Network.Models.PublicIPAddress * string * string * string * string -> Microsoft.Azure.Management.Network.Models.HubIpConfiguration
Public Sub New (Optional id As String = Nothing, Optional privateIPAddress As String = Nothing, Optional privateIPAllocationMethod As String = Nothing, Optional subnet As Subnet = Nothing, Optional publicIPAddress As PublicIPAddress = Nothing, Optional provisioningState 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.
- publicIPAddress
- PublicIPAddress
The reference to the public IP resource.
- provisioningState
- String
The provisioning state of the IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
Name of the Ip Configuration.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Ipconfiguration type.