Class GetPrivateEndpointResult


  • public final class GetPrivateEndpointResult
    extends java.lang.Object
    • Method Detail

      • createdDate

        public java.lang.String createdDate()
        Returns:
        The date when this private endpoint was created.
      • etag

        public java.lang.String etag()
        Returns:
        Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • manualPrivateLinkServiceConnections

        public java.util.List<PrivateLinkServiceConnectionResponse> manualPrivateLinkServiceConnections()
        Returns:
        A list of connections to the remote resource. Immutable after it is set.
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.