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, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Sku) |
Initializes a new instance of the BastionHost class. |
Properties
DisableCopyPaste |
Gets or sets enable/Disable Copy/Paste feature of the Bastion Host resource. |
DnsName |
Gets or sets FQDN for the endpoint on which bastion host is accessible. |
EnableFileCopy |
Gets or sets enable/Disable File Copy feature of the Bastion Host resource. |
EnableIpConnect |
Gets or sets enable/Disable IP Connect feature of the Bastion Host resource. |
EnableShareableLink |
Gets or sets enable/Disable Shareable Link of the Bastion Host resource. |
EnableTunneling |
Gets or sets enable/Disable Tunneling feature of the Bastion Host resource. |
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' |
ScaleUnits |
Gets or sets the scale units for the Bastion Host resource. |
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) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET