Uses of Class
com.azure.resourcemanager.appservice.models.PrivateLinkConnectionState
Packages that use PrivateLinkConnectionState
Package
Description
Package containing the inner data models for AppService.
Package containing the data models for AppService.
-
Uses of PrivateLinkConnectionState in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return PrivateLinkConnectionStateModifier and TypeMethodDescriptionRemotePrivateEndpointConnectionArmResourceInner.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 TypeMethodDescriptionRemotePrivateEndpointConnectionArmResourceInner.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. -
Uses of PrivateLinkConnectionState in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type PrivateLinkConnectionStateModifier and TypeClassDescriptionfinal classThe state of a private link connection.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.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.