BastionHostIPConfiguration Constructors

Definition

Overloads

BastionHostIPConfiguration()

Initializes a new instance of the BastionHostIPConfiguration class.

BastionHostIPConfiguration(SubResource, SubResource, String, String, String, String, String, String)

Initializes a new instance of the BastionHostIPConfiguration class.

BastionHostIPConfiguration()

Initializes a new instance of the BastionHostIPConfiguration class.

public BastionHostIPConfiguration ();
Public Sub New ()

Applies to

BastionHostIPConfiguration(SubResource, SubResource, String, String, String, String, String, String)

Initializes a new instance of the BastionHostIPConfiguration class.

public BastionHostIPConfiguration (Microsoft.Azure.Management.Network.Models.SubResource subnet, Microsoft.Azure.Management.Network.Models.SubResource publicIPAddress, string id = default, string provisioningState = default, string privateIPAllocationMethod = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.BastionHostIPConfiguration : Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.SubResource * string * string * string * string * string * string -> Microsoft.Azure.Management.Network.Models.BastionHostIPConfiguration
Public Sub New (subnet As SubResource, publicIPAddress As SubResource, Optional id As String = Nothing, Optional provisioningState As String = Nothing, Optional privateIPAllocationMethod As String = 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

Resource ID.

provisioningState
String

The provisioning state of the bastion host IP configuration resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

privateIPAllocationMethod
String

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.

Applies to