Interface PrivateEndpointConnection
public interface PrivateEndpointConnection
An immutable client-side representation of PrivateEndpointConnection.
-
Method Summary
Modifier and TypeMethodDescriptionetag()
Gets the etag property: The ETag of the resource, used for concurrency statements.groupIds()
Gets the groupIds property: The group id of the private endpoint connection.id()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionInner object.name()
Gets the name property: The name of the resource.Gets the privateEndpoint property: The private endpoint of the private endpoint connection.Gets the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.Gets the provisioningState property: The provisioning state of the private endpoint connection.type()
Gets the type property: The type of the resource.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
etag
String etag()Gets the etag property: The ETag of the resource, used for concurrency statements.- Returns:
- the etag value.
-
provisioningState
PrivateEndpointConnectionProvisioningState provisioningState()Gets the provisioningState property: The provisioning state of the private endpoint connection.- Returns:
- the provisioningState value.
-
privateEndpoint
PrivateEndpoint privateEndpoint()Gets the privateEndpoint property: The private endpoint of the private endpoint connection.- Returns:
- the privateEndpoint value.
-
groupIds
Gets the groupIds property: The group id of the private endpoint connection.The value has one and only one group id.
- Returns:
- the groupIds value.
-
privateLinkServiceConnectionState
PrivateLinkServiceConnectionState privateLinkServiceConnectionState()Gets the privateLinkServiceConnectionState property: The private link service connection state of the private endpoint connection.- Returns:
- the privateLinkServiceConnectionState value.
-
innerModel
PrivateEndpointConnectionInner innerModel()Gets the inner com.azure.resourcemanager.batch.fluent.models.PrivateEndpointConnectionInner object.- Returns:
- the inner object.
-