Sdílet prostřednictvím


BastionHostIPConfiguration Class

Definition

IP configuration of an Bastion Host.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BastionHostIPConfiguration : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BastionHostIPConfiguration = class
    inherit SubResource
Public Class BastionHostIPConfiguration
Inherits SubResource
Inheritance
BastionHostIPConfiguration
Attributes

Constructors

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.

Properties

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Gets or sets resource ID.

(Inherited from SubResource)
Name

Gets or sets name of the resource that is unique within a resource group. This name can be used to access the resource.

PrivateIPAllocationMethod

Gets or sets private IP allocation method. Possible values include: 'Static', 'Dynamic'

ProvisioningState

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

PublicIPAddress

Gets or sets reference of the PublicIP resource.

Subnet

Gets or sets reference of the subnet resource.

Type

Gets ip configuration type.

Methods

Validate()

Validate the object.

Applies to