Class GetWebPubSubSharedPrivateLinkResourcePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.webpubsub.inputs.GetWebPubSubSharedPrivateLinkResourcePlainArgs
-
public final class GetWebPubSubSharedPrivateLinkResourcePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetWebPubSubSharedPrivateLinkResourcePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetWebPubSubSharedPrivateLinkResourcePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetWebPubSubSharedPrivateLinkResourcePlainArgs.Builder
builder()
static GetWebPubSubSharedPrivateLinkResourcePlainArgs.Builder
builder(GetWebPubSubSharedPrivateLinkResourcePlainArgs defaults)
java.lang.String
resourceGroupName()
java.lang.String
resourceName()
java.lang.String
sharedPrivateLinkResourceName()
-
-
-
Field Detail
-
Empty
public static final GetWebPubSubSharedPrivateLinkResourcePlainArgs Empty
-
-
Method Detail
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
-
resourceName
public java.lang.String resourceName()
- Returns:
- The name of the resource.
-
sharedPrivateLinkResourceName
public java.lang.String sharedPrivateLinkResourceName()
- Returns:
- The name of the shared private link resource
-
builder
public static GetWebPubSubSharedPrivateLinkResourcePlainArgs.Builder builder()
-
builder
public static GetWebPubSubSharedPrivateLinkResourcePlainArgs.Builder builder(GetWebPubSubSharedPrivateLinkResourcePlainArgs defaults)
-
-