BastionHost Class
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.
Bastion Host resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BastionHost : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BastionHost = class
inherit Resource
Public Class BastionHost
Inherits Resource
- Inheritance
- Attributes
Constructors
BastionHost() |
Initializes a new instance of the BastionHost class. |
BastionHost(String, String, String, String, IDictionary<String,String>, IList<BastionHostIPConfiguration>, String, String, String, Sku) |
Initializes a new instance of the BastionHost 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 |
Gets or sets resource ID. (Inherited from Resource) |
IpConfigurations |
Gets or sets IP configuration of the Bastion Host resource. |
Location |
Gets or sets resource location. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
ProvisioningState |
Gets the provisioning state of the bastion host resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Sku |
Gets or sets the sku of this Bastion Host. |
Tags |
Gets or sets resource tags. (Inherited from Resource) |
Type |
Gets resource type. (Inherited from Resource) |