BastionHostIPConfigurationInner 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
BastionHostIPConfigurationInner() |
Initializes a new instance of the BastionHostIPConfigurationInner class. |
BastionHostIPConfigurationInner(SubResource, SubResource, String, ProvisioningState, IPAllocationMethod, String, String, String) |
Initializes a new instance of the BastionHostIPConfigurationInner class. |
BastionHostIPConfigurationInner()
Initializes a new instance of the BastionHostIPConfigurationInner class.
public BastionHostIPConfigurationInner ();
Public Sub New ()
Applies to
BastionHostIPConfigurationInner(SubResource, SubResource, String, ProvisioningState, IPAllocationMethod, String, String, String)
Initializes a new instance of the BastionHostIPConfigurationInner class.
public BastionHostIPConfigurationInner (Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource publicIPAddress, string id = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod privateIPAllocationMethod = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.BastionHostIPConfigurationInner : Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Microsoft.Azure.Management.Network.Fluent.Models.IPAllocationMethod * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.BastionHostIPConfigurationInner
Public Sub New (subnet As SubResource, publicIPAddress As SubResource, Optional id As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional privateIPAllocationMethod As IPAllocationMethod = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- subnet
- SubResource
Reference of the subnet resource.
- publicIPAddress
- SubResource
Reference of the PublicIP resource.
- id
- String
- provisioningState
- ProvisioningState
The provisioning state of the bastion host IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- privateIPAllocationMethod
- IPAllocationMethod
Private IP allocation method. Possible values include: 'Static', 'Dynamic'
- name
- String
Name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
Ip configuration type.