Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceProperties
Packages that use PrivateLinkServiceProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PrivateLinkServiceProperties in com.azure.resourcemanager.network.fluent.models
Classes in com.azure.resourcemanager.network.fluent.models that implement interfaces with type arguments of type PrivateLinkServicePropertiesModifier and TypeClassDescriptionfinal classProperties of the private link service.Methods in com.azure.resourcemanager.network.fluent.models that return PrivateLinkServicePropertiesModifier and TypeMethodDescriptionstatic PrivateLinkServicePropertiesPrivateLinkServiceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceProperties from the JsonReader.PrivateLinkServiceProperties.withAutoApproval(PrivateLinkServicePropertiesAutoApproval autoApproval) Set the autoApproval property: The auto-approval list of the private link service.PrivateLinkServiceProperties.withDestinationIpAddress(String destinationIpAddress) Set the destinationIpAddress property: The destination IP address of the private link service.PrivateLinkServiceProperties.withEnableProxyProtocol(Boolean enableProxyProtocol) Set the enableProxyProtocol property: Whether the private link service is enabled for proxy protocol or not.Set the fqdns property: The list of Fqdn.PrivateLinkServiceProperties.withIpConfigurations(List<PrivateLinkServiceIpConfigurationInner> ipConfigurations) Set the ipConfigurations property: An array of private link service IP configurations.PrivateLinkServiceProperties.withLoadBalancerFrontendIpConfigurations(List<FrontendIpConfigurationInner> loadBalancerFrontendIpConfigurations) Set the loadBalancerFrontendIpConfigurations property: An array of references to the load balancer IP configurations.PrivateLinkServiceProperties.withVisibility(PrivateLinkServicePropertiesVisibility visibility) Set the visibility property: The visibility list of the private link service.