Class GetResourceManagementPrivateLinkResult
- java.lang.Object
-
- com.pulumi.azurenative.authorization.outputs.GetResourceManagementPrivateLinkResult
-
public final class GetResourceManagementPrivateLinkResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetResourceManagementPrivateLinkResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetResourceManagementPrivateLinkResult.Builder
builder()
static GetResourceManagementPrivateLinkResult.Builder
builder(GetResourceManagementPrivateLinkResult defaults)
java.lang.String
id()
java.util.Optional<java.lang.String>
location()
java.lang.String
name()
ResourceManagementPrivateLinkEndpointConnectionsResponse
properties()
java.lang.String
type()
-
-
-
Method Detail
-
id
public java.lang.String id()
- Returns:
- The rmplResourceID.
-
location
public java.util.Optional<java.lang.String> location()
- Returns:
- the region of the rmpl
-
name
public java.lang.String name()
- Returns:
- The rmpl Name.
-
properties
public ResourceManagementPrivateLinkEndpointConnectionsResponse properties()
-
type
public java.lang.String type()
- Returns:
- The operation type.
-
builder
public static GetResourceManagementPrivateLinkResult.Builder builder()
-
builder
public static GetResourceManagementPrivateLinkResult.Builder builder(GetResourceManagementPrivateLinkResult defaults)
-
-