Uses of Class
com.azure.resourcemanager.network.fluent.models.BastionHostPropertiesFormat
Packages that use BastionHostPropertiesFormat
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of BastionHostPropertiesFormat in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type BastionHostPropertiesFormatModifier and TypeClassDescriptionfinal classProperties of the Bastion Host.Methods in com.azure.resourcemanager.network.fluent.models that return BastionHostPropertiesFormatModifier and TypeMethodDescriptionstatic BastionHostPropertiesFormatBastionHostPropertiesFormat.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BastionHostPropertiesFormat from the JsonReader.BastionHostPropertiesFormat.withDisableCopyPaste(Boolean disableCopyPaste) Set the disableCopyPaste property: Enable/Disable Copy/Paste feature of the Bastion Host resource.BastionHostPropertiesFormat.withDnsName(String dnsName) Set the dnsName property: FQDN for the endpoint on which bastion host is accessible.BastionHostPropertiesFormat.withEnableFileCopy(Boolean enableFileCopy) Set the enableFileCopy property: Enable/Disable File Copy feature of the Bastion Host resource.BastionHostPropertiesFormat.withEnableIpConnect(Boolean enableIpConnect) Set the enableIpConnect property: Enable/Disable IP Connect feature of the Bastion Host resource.BastionHostPropertiesFormat.withEnableKerberos(Boolean enableKerberos) Set the enableKerberos property: Enable/Disable Kerberos feature of the Bastion Host resource.BastionHostPropertiesFormat.withEnablePrivateOnlyBastion(Boolean enablePrivateOnlyBastion) Set the enablePrivateOnlyBastion property: Enable/Disable Private Only feature of the Bastion Host resource.BastionHostPropertiesFormat.withEnableSessionRecording(Boolean enableSessionRecording) Set the enableSessionRecording property: Enable/Disable Session Recording feature of the Bastion Host resource.BastionHostPropertiesFormat.withEnableShareableLink(Boolean enableShareableLink) Set the enableShareableLink property: Enable/Disable Shareable Link of the Bastion Host resource.BastionHostPropertiesFormat.withEnableTunneling(Boolean enableTunneling) Set the enableTunneling property: Enable/Disable Tunneling feature of the Bastion Host resource.BastionHostPropertiesFormat.withIpConfigurations(List<BastionHostIpConfiguration> ipConfigurations) Set the ipConfigurations property: IP configuration of the Bastion Host resource.BastionHostPropertiesFormat.withNetworkAcls(BastionHostPropertiesFormatNetworkAcls networkAcls) Set the networkAcls property: The networkAcls property.BastionHostPropertiesFormat.withScaleUnits(Integer scaleUnits) Set the scaleUnits property: The scale units for the Bastion Host resource.BastionHostPropertiesFormat.withVirtualNetwork(com.azure.core.management.SubResource virtualNetwork) Set the virtualNetwork property: Reference to an existing virtual network required for Developer Bastion Host only.