Uses of Class
com.azure.resourcemanager.network.models.PrivateLinkServiceConnectionState
-
Packages that use PrivateLinkServiceConnectionState Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateLinkServiceConnectionStateApplicationGatewayPrivateEndpointConnectionInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionStateApplicationGatewayPrivateEndpointConnectionPropertiesInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionStatePrivateEndpointConnectionInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionStatePrivateEndpointConnectionPropertiesInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionStatePrivateLinkServiceConnectionProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type PrivateLinkServiceConnectionState Modifier and Type Method Description ApplicationGatewayPrivateEndpointConnectionInnerApplicationGatewayPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.ApplicationGatewayPrivateEndpointConnectionPropertiesInnerApplicationGatewayPrivateEndpointConnectionPropertiesInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionInnerPrivateEndpointConnectionInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionPropertiesInnerPrivateEndpointConnectionPropertiesInner. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionPropertiesPrivateLinkServiceConnectionProperties. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource. -
Uses of PrivateLinkServiceConnectionState in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateLinkServiceConnectionStatePrivateLinkServiceConnection. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource.PrivateLinkServiceConnectionStatePrivateEndpoint.PrivateLinkServiceConnection. state()PrivateLinkServiceConnectionStatePrivateLinkServiceConnectionState. withActionsRequired(String actionsRequired)Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionStatePrivateLinkServiceConnectionState. withDescription(String description)Set the description property: The reason for approval/rejection of the connection.PrivateLinkServiceConnectionStatePrivateLinkServiceConnectionState. withStatus(String status)Set the status property: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.Methods in com.azure.resourcemanager.network.models with parameters of type PrivateLinkServiceConnectionState Modifier and Type Method Description PrivateLinkServiceConnectionPrivateLinkServiceConnection. withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource.
-