Uses of Class
com.azure.resourcemanager.appservice.models.PrivateLinkConnectionState
-
Packages that use PrivateLinkConnectionState Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 PrivateLinkConnectionState Modifier and Type Method Description PrivateLinkConnectionStatePrivateLinkConnectionApprovalRequest. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionStateRemotePrivateEndpointConnectionArmResourceInner. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionStateRemotePrivateEndpointConnectionArmResourceProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionStateRemotePrivateEndpointConnectionProperties. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type PrivateLinkConnectionState Modifier and Type Method Description PrivateLinkConnectionApprovalRequestPrivateLinkConnectionApprovalRequest. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionArmResourceInnerRemotePrivateEndpointConnectionArmResourceInner. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionArmResourcePropertiesRemotePrivateEndpointConnectionArmResourceProperties. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionPropertiesRemotePrivateEndpointConnectionProperties. 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 PrivateLinkConnectionState Modifier and Type Method Description PrivateLinkConnectionStatePrivateLinkConnectionApprovalRequestResource. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionStateRemotePrivateEndpointConnection. privateLinkServiceConnectionState()Get the privateLinkServiceConnectionState property: The state of a private link connection.PrivateLinkConnectionStatePrivateLinkConnectionState. withActionsRequired(String actionsRequired)Set the actionsRequired property: ActionsRequired for a private link connection.PrivateLinkConnectionStatePrivateLinkConnectionState. withDescription(String description)Set the description property: Description of a private link connection.PrivateLinkConnectionStatePrivateLinkConnectionState. withStatus(String status)Set the status property: Status of a private link connection.Methods in com.azure.resourcemanager.appservice.models with parameters of type PrivateLinkConnectionState Modifier and Type Method Description PrivateLinkConnectionApprovalRequestResourcePrivateLinkConnectionApprovalRequestResource. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: The state of a private link connection.RemotePrivateEndpointConnectionRemotePrivateEndpointConnection. withPrivateLinkServiceConnectionState(PrivateLinkConnectionState privateLinkServiceConnectionState)Set the privateLinkServiceConnectionState property: The state of a private link connection.
-