BastionHostInner Class

Definition

Bastion Host resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BastionHostInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BastionHostInner = class
    inherit Resource
Public Class BastionHostInner
Inherits Resource
Inheritance
BastionHostInner
Attributes

Constructors

BastionHostInner()

Initializes a new instance of the BastionHostInner class.

BastionHostInner(String, String, String, String, IDictionary<String, String>, IList<BastionHostIPConfigurationInner>, String, ProvisioningState, String)

Initializes a new instance of the BastionHostInner class.

Properties

DnsName

Gets or sets FQDN for the endpoint on which bastion host is accessible.

Etag

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

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
IpConfigurations

Gets or sets IP configuration of the Bastion Host resource.

Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

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

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to