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
Methods in com.azure.resourcemanager.network.fluent.models that return BastionHostPropertiesFormatModifier and TypeMethodDescriptionBastionHostPropertiesFormat.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.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.withScaleUnits(Integer scaleUnits) Set the scaleUnits property: The scale units for the Bastion Host resource.