Uses of Class
com.azure.resourcemanager.network.models.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
Modifier 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.Modifier 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
Modifier 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()
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.Modifier 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.