BastionHostData 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.
A class representing the BastionHost data model. Bastion Host resource.
public class BastionHostData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.BastionHostData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.BastionHostData>
public class BastionHostData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type BastionHostData = class
inherit NetworkTrackedResourceData
interface IJsonModel<BastionHostData>
interface IPersistableModel<BastionHostData>
type BastionHostData = class
inherit NetworkTrackedResourceData
Public Class BastionHostData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of BastionHostData), IPersistableModel(Of BastionHostData)
Public Class BastionHostData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
BastionHostData() |
Initializes a new instance of BastionHostData. |
Properties
DisableCopyPaste |
Enable/Disable Copy/Paste feature of the Bastion Host resource. |
DnsName |
FQDN for the endpoint on which bastion host is accessible. |
EnableFileCopy |
Enable/Disable File Copy feature of the Bastion Host resource. |
EnableIPConnect |
Enable/Disable IP Connect feature of the Bastion Host resource. |
EnableKerberos |
Enable/Disable Kerberos feature of the Bastion Host resource. |
EnableSessionRecording |
Enable/Disable Session Recording feature of the Bastion Host resource. |
EnableShareableLink |
Enable/Disable Shareable Link of the Bastion Host resource. |
EnableTunneling |
Enable/Disable Tunneling feature of the Bastion Host resource. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IPConfigurations |
IP configuration of the Bastion Host resource. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
NetworkAclsIPRules |
Sets the IP ACL rules for Developer Bastion Host. |
ProvisioningState |
The provisioning state of the bastion host resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
ScaleUnits |
The scale units for the Bastion Host resource. |
SkuName |
The name of the sku of this Bastion Host. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
VirtualNetworkId |
Gets or sets Id. |
Zones |
A list of availability zones denoting where the resource needs to come from. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET