Get Bastion Host Result
data class GetBastionHostResult(val disableCopyPaste: Boolean? = null, val dnsName: String? = null, val enableFileCopy: Boolean? = null, val enableIpConnect: Boolean? = null, val enableKerberos: Boolean? = null, val enableShareableLink: Boolean? = null, val enableTunneling: Boolean? = null, val etag: String, val id: String? = null, val ipConfigurations: List<BastionHostIPConfigurationResponse>? = null, val location: String? = null, val name: String, val provisioningState: String, val scaleUnits: Int? = null, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String)
Bastion Host resource.
Constructors
Link copied to clipboard
constructor(disableCopyPaste: Boolean? = null, dnsName: String? = null, enableFileCopy: Boolean? = null, enableIpConnect: Boolean? = null, enableKerberos: Boolean? = null, enableShareableLink: Boolean? = null, enableTunneling: Boolean? = null, etag: String, id: String? = null, ipConfigurations: List<BastionHostIPConfigurationResponse>? = null, location: String? = null, name: String, provisioningState: String, scaleUnits: Int? = null, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Enable/Disable Copy/Paste feature of the Bastion Host resource.
Link copied to clipboard
Enable/Disable File Copy feature of the Bastion Host resource.
Link copied to clipboard
Enable/Disable IP Connect feature of the Bastion Host resource.
Link copied to clipboard
Enable/Disable Kerberos feature of the Bastion Host resource.
Link copied to clipboard
Enable/Disable Shareable Link of the Bastion Host resource.
Link copied to clipboard
Enable/Disable Tunneling feature of the Bastion Host resource.
Link copied to clipboard
IP configuration of the Bastion Host resource.
Link copied to clipboard
The provisioning state of the bastion host resource.
Link copied to clipboard
The scale units for the Bastion Host resource.
Link copied to clipboard
The sku of this Bastion Host.