Uses of Class
com.azure.resourcemanager.appservice.models.PrivateLinkConnectionState
Packages that use PrivateLinkConnectionState
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of PrivateLinkConnectionState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PrivateLinkConnectionStateModifier and TypeMethodDescriptionPrivateLinkConnectionApprovalRequest.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionArmResourceInner.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionArmResourceProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionProperties.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type PrivateLinkConnectionStateModifier and TypeMethodDescriptionPrivateLinkConnectionApprovalRequest.withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionArmResourceInner.withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionArmResourceProperties.withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionProperties.withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection. -
Uses of PrivateLinkConnectionState in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return PrivateLinkConnectionStateModifier and TypeMethodDescriptionstatic PrivateLinkConnectionStatePrivateLinkConnectionState.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PrivateLinkConnectionState from the JsonReader.PrivateLinkConnectionApprovalRequestResource.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnection.privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionState.withActionsRequired(String actionsRequired) Set the actionsRequired property: ActionsRequired for a private link connection.PrivateLinkConnectionState.withDescription(String description) Set the description property: Description of a private link connection.PrivateLinkConnectionState.withStatus(String status) Set the status property: Status of a private link connection.Methods in com.azure.resourcemanager.appservice.models with parameters of type PrivateLinkConnectionStateModifier and TypeMethodDescriptionPrivateLinkConnectionApprovalRequestResource.withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnection.withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState) Set the privateLinkServiceConnectionState property: The state of a private link connection.