Interface PrivateEndpoint.PrivateLinkServiceConnection
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<PrivateEndpoint>, com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<PrivateLinkServiceConnection>, com.azure.resourcemanager.resources.fluentcore.arm.models.HasName, com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent<PrivateEndpoint>, com.azure.resourcemanager.resources.fluentcore.model.Indexable
- Enclosing interface:
PrivateEndpoint
public static interface PrivateEndpoint.PrivateLinkServiceConnection
extends com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel<PrivateLinkServiceConnection>, com.azure.resourcemanager.resources.fluentcore.arm.models.ChildResource<PrivateEndpoint>
A client-side representation of a private link service connection.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the definition.static interfaceGrouping of private link service connection definition stages.static interfaceThe entirety of a private link service update.static interfaceGrouping of private link service connection update stages. -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether connection is manual approval.Gets the resource ID that this connection connects to.Gets the provisioning state.Gets the request message.state()Gets the state of the connection.Gets the collection of sub resource names.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
nameMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent
parentMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Indexable
key
-
Method Details
-
state
Gets the state of the connection.- Returns:
- the state of the connection.
-
privateLinkResourceId
String privateLinkResourceId()Gets the resource ID that this connection connects to.- Returns:
- the resource ID that this connection connects to.
-
subResourceNames
List<PrivateLinkSubResourceName> subResourceNames()Gets the collection of sub resource names.- Returns:
- the collection of sub resource names.
-
requestMessage
-
provisioningState
-
isManualApproval
boolean isManualApproval()Checks whether connection is manual approval.- Returns:
- whether connection is manual approval.
-