Uses of Class
com.azure.resourcemanager.network.models.PrivateLinkServiceConnectionState
Packages that use PrivateLinkServiceConnectionState
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionApplicationGatewayPrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.ApplicationGatewayPrivateEndpointConnectionPropertiesInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionPropertiesInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionProperties.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 PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionApplicationGatewayPrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.ApplicationGatewayPrivateEndpointConnectionPropertiesInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateEndpointConnectionPropertiesInner.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of information about the state of the connection between service consumer and provider.PrivateLinkServiceConnectionProperties.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 PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnectionState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkServiceConnectionState from the JsonReader.PrivateLinkServiceConnection.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource.PrivateEndpoint.PrivateLinkServiceConnection.state()Gets the state of the connection.PrivateLinkServiceConnectionState.withActionsRequired(String actionsRequired) Set the actionsRequired property: A message indicating if changes on the service provider require any updates on the consumer.PrivateLinkServiceConnectionState.withDescription(String description) Set the description property: The reason for approval/rejection of the connection.PrivateLinkServiceConnectionState.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 PrivateLinkServiceConnectionStateModifier and TypeMethodDescriptionPrivateLinkServiceConnection.withPrivateLinkServiceConnectionState(PrivateLinkServiceConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: A collection of read-only information about the state of the connection to the remote resource.