BastionHostData Class

Definition

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.

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 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

IJsonModel<BastionHostData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BastionHostData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<NetworkTrackedResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from NetworkTrackedResourceData)
IJsonModel<NetworkTrackedResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<BastionHostData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BastionHostData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BastionHostData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<NetworkTrackedResourceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from NetworkTrackedResourceData)
IPersistableModel<NetworkTrackedResourceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from NetworkTrackedResourceData)

Applies to