Uses of Class
com.azure.resourcemanager.network.fluent.models.PrivateLinkServiceConnectionProperties
Packages that use PrivateLinkServiceConnectionProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of PrivateLinkServiceConnectionProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateLinkServiceConnectionPropertiesModifier and TypeMethodDescriptionPrivateLinkServiceConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionProperties from the JsonReader.PrivateLinkServiceConnectionProperties.withGroupIds(List<String> groupIds) Set the groupIds property: The ID(s) of the group(s) obtained from the remote resource that this private endpoint should connect to.PrivateLinkServiceConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource.PrivateLinkServiceConnectionProperties.withPrivateLinkServiceId(String privateLinkServiceId) Set the privateLinkServiceId property: The resource id of private link service.PrivateLinkServiceConnectionProperties.withRequestMessage(String requestMessage) Set the requestMessage property: A message passed to the owner of the remote resource with this connection request.