Class GetPrivateEndpointResult
- java.lang.Object
-
- com.pulumi.azurenative.streamanalytics.outputs.GetPrivateEndpointResult
-
public final class GetPrivateEndpointResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPrivateEndpointResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPrivateEndpointResult.Builder
builder()
static GetPrivateEndpointResult.Builder
builder(GetPrivateEndpointResult defaults)
java.lang.String
createdDate()
java.lang.String
etag()
java.lang.String
id()
java.util.List<PrivateLinkServiceConnectionResponse>
manualPrivateLinkServiceConnections()
java.lang.String
name()
java.lang.String
type()
-
-
-
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.
-
builder
public static GetPrivateEndpointResult.Builder builder()
-
builder
public static GetPrivateEndpointResult.Builder builder(GetPrivateEndpointResult defaults)
-
-