Class GetContentKeyPolicyPropertiesWithSecretsPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.azurenative.media.inputs.GetContentKeyPolicyPropertiesWithSecretsPlainArgs
-
public final class GetContentKeyPolicyPropertiesWithSecretsPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetContentKeyPolicyPropertiesWithSecretsPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetContentKeyPolicyPropertiesWithSecretsPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accountName()
static GetContentKeyPolicyPropertiesWithSecretsPlainArgs.Builder
builder()
static GetContentKeyPolicyPropertiesWithSecretsPlainArgs.Builder
builder(GetContentKeyPolicyPropertiesWithSecretsPlainArgs defaults)
java.lang.String
contentKeyPolicyName()
java.lang.String
resourceGroupName()
-
-
-
Field Detail
-
Empty
public static final GetContentKeyPolicyPropertiesWithSecretsPlainArgs Empty
-
-
Method Detail
-
accountName
public java.lang.String accountName()
- Returns:
- The Media Services account name.
-
contentKeyPolicyName
public java.lang.String contentKeyPolicyName()
- Returns:
- The Content Key Policy name.
-
resourceGroupName
public java.lang.String resourceGroupName()
- Returns:
- The name of the resource group within the Azure subscription.
-
builder
public static GetContentKeyPolicyPropertiesWithSecretsPlainArgs.Builder builder()
-
builder
public static GetContentKeyPolicyPropertiesWithSecretsPlainArgs.Builder builder(GetContentKeyPolicyPropertiesWithSecretsPlainArgs defaults)
-
-