Class GetPrivateLinkScopePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.insights.inputs.GetPrivateLinkScopePlainArgs
-
public final class GetPrivateLinkScopePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetPrivateLinkScopePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetPrivateLinkScopePlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetPrivateLinkScopePlainArgs.Builder
builder()
static GetPrivateLinkScopePlainArgs.Builder
builder(GetPrivateLinkScopePlainArgs defaults)
java.lang.String
resourceGroupName()
java.lang.String
scopeName()
-
-
-
Field Detail
-
Empty
public static final GetPrivateLinkScopePlainArgs Empty
-
-
Method Detail
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- The name of the resource group. The name is case insensitive.
-
scopeName
public java.lang.String scopeName()
- Returns:
- The name of the Azure Monitor PrivateLinkScope resource.
-
builder
public static GetPrivateLinkScopePlainArgs.Builder builder()
-
builder
public static GetPrivateLinkScopePlainArgs.Builder builder(GetPrivateLinkScopePlainArgs defaults)
-
-