Interface PrivateEndpoint.PrivateLinkServiceConnection
-
- All Superinterfaces:
ChildResource<PrivateEndpoint>,HasInnerModel<PrivateLinkServiceConnection>,HasName,HasParent<PrivateEndpoint>,Indexable
- Enclosing interface:
- PrivateEndpoint
public static interface PrivateEndpoint.PrivateLinkServiceConnection extends HasInnerModel<PrivateLinkServiceConnection>, ChildResource<PrivateEndpoint>
A client-side representation of a private link service connection.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePrivateEndpoint.PrivateLinkServiceConnection.Definition<ParentT>The entirety of the definition.static interfacePrivateEndpoint.PrivateLinkServiceConnection.DefinitionStagesGrouping of private link service connection definition stages.static interfacePrivateEndpoint.PrivateLinkServiceConnection.UpdateThe entirety of a private link service update.static interfacePrivateEndpoint.PrivateLinkServiceConnection.UpdateStagesGrouping of private link service connection update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisManualApproval()StringprivateLinkResourceId()ProvisioningStateprovisioningState()StringrequestMessage()PrivateLinkServiceConnectionStatestate()List<PrivateLinkSubResourceName>subResourceNames()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
-
-
-
Method Detail
-
state
PrivateLinkServiceConnectionState state()
- Returns:
- the state of the connection.
-
privateLinkResourceId
String privateLinkResourceId()
- Returns:
- the resource ID that this connection connects to.
-
subResourceNames
List<PrivateLinkSubResourceName> subResourceNames()
- Returns:
- the collection of sub resource names.
-
requestMessage
String requestMessage()
- Returns:
- the request message.
-
provisioningState
ProvisioningState provisioningState()
- Returns:
- the provisioning state.
-
isManualApproval
boolean isManualApproval()
- Returns:
- whether connection is manual approval.
-
-