Class SharedPrivateLinkResourceResponse
- java.lang.Object
-
- com.pulumi.azurenative.webpubsub.outputs.SharedPrivateLinkResourceResponse
-
public final class SharedPrivateLinkResourceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SharedPrivateLinkResourceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SharedPrivateLinkResourceResponse.Builder
builder()
static SharedPrivateLinkResourceResponse.Builder
builder(SharedPrivateLinkResourceResponse defaults)
java.lang.String
groupId()
java.lang.String
id()
java.lang.String
name()
java.lang.String
privateLinkResourceId()
java.lang.String
provisioningState()
java.util.Optional<java.lang.String>
requestMessage()
java.lang.String
status()
SystemDataResponse
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
groupId
public java.lang.String groupId()
- Returns:
- The group id from the provider of resource the shared private link resource is for
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource Id for the resource.
-
name
public java.lang.String name()
- Returns:
- The name of the resource.
-
privateLinkResourceId
public java.lang.String privateLinkResourceId()
- Returns:
- The resource id of the resource the shared private link resource is for
-
provisioningState
public java.lang.String provisioningState()
- Returns:
- Provisioning state of the shared private link resource
-
requestMessage
public java.util.Optional<java.lang.String> requestMessage()
- Returns:
- The request message for requesting approval of the shared private link resource
-
status
public java.lang.String status()
- Returns:
- Status of the shared private link resource
-
systemData
public SystemDataResponse systemData()
- Returns:
- Metadata pertaining to creation and last modification of the resource.
-
type
public java.lang.String type()
- Returns:
- The type of the resource - e.g. "Microsoft.SignalRService/SignalR"
-
builder
public static SharedPrivateLinkResourceResponse.Builder builder()
-
builder
public static SharedPrivateLinkResourceResponse.Builder builder(SharedPrivateLinkResourceResponse defaults)
-
-