| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent |
Package containing the service clients for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySetDefinitionInner |
PolicySetDefinitionsClient.createOrUpdate(String policySetDefinitionName,
PolicySetDefinitionInner parameters)
This operation creates or updates a policy set definition in the given subscription with the given name.
|
PolicySetDefinitionInner |
PolicySetDefinitionsClient.createOrUpdateAtManagementGroup(String policySetDefinitionName,
String managementGroupId,
PolicySetDefinitionInner parameters)
This operation creates or updates a policy set definition in the given management group with the given name.
|
PolicySetDefinitionInner |
PolicySetDefinitionsClient.get(String policySetDefinitionName)
This operation retrieves the policy set definition in the given subscription with the given name.
|
PolicySetDefinitionInner |
PolicySetDefinitionsClient.getAtManagementGroup(String policySetDefinitionName,
String managementGroupId)
This operation retrieves the policy set definition in the given management group with the given name.
|
PolicySetDefinitionInner |
PolicySetDefinitionsClient.getBuiltIn(String policySetDefinitionName)
This operation retrieves the built-in policy set definition with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySetDefinitionInner |
PolicySetDefinitionsClient.createOrUpdate(String policySetDefinitionName,
PolicySetDefinitionInner parameters)
This operation creates or updates a policy set definition in the given subscription with the given name.
|
Mono<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.createOrUpdateAsync(String policySetDefinitionName,
PolicySetDefinitionInner parameters)
This operation creates or updates a policy set definition in the given subscription with the given name.
|
PolicySetDefinitionInner |
PolicySetDefinitionsClient.createOrUpdateAtManagementGroup(String policySetDefinitionName,
String managementGroupId,
PolicySetDefinitionInner parameters)
This operation creates or updates a policy set definition in the given management group with the given name.
|
Mono<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.createOrUpdateAtManagementGroupAsync(String policySetDefinitionName,
String managementGroupId,
PolicySetDefinitionInner parameters)
This operation creates or updates a policy set definition in the given management group with the given name.
|
com.azure.core.http.rest.Response<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.createOrUpdateAtManagementGroupWithResponse(String policySetDefinitionName,
String managementGroupId,
PolicySetDefinitionInner parameters,
com.azure.core.util.Context context)
This operation creates or updates a policy set definition in the given management group with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>> |
PolicySetDefinitionsClient.createOrUpdateAtManagementGroupWithResponseAsync(String policySetDefinitionName,
String managementGroupId,
PolicySetDefinitionInner parameters)
This operation creates or updates a policy set definition in the given management group with the given name.
|
com.azure.core.http.rest.Response<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.createOrUpdateWithResponse(String policySetDefinitionName,
PolicySetDefinitionInner parameters,
com.azure.core.util.Context context)
This operation creates or updates a policy set definition in the given subscription with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>> |
PolicySetDefinitionsClient.createOrUpdateWithResponseAsync(String policySetDefinitionName,
PolicySetDefinitionInner parameters)
This operation creates or updates a policy set definition in the given subscription with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
PolicySetDefinitionInner |
PolicySetDefinitionInner.withDescription(String description)
Set the description property: The policy set definition description.
|
PolicySetDefinitionInner |
PolicySetDefinitionInner.withDisplayName(String displayName)
Set the displayName property: The display name of the policy set definition.
|
PolicySetDefinitionInner |
PolicySetDefinitionInner.withMetadata(Object metadata)
Set the metadata property: The policy set definition metadata.
|
PolicySetDefinitionInner |
PolicySetDefinitionInner.withParameters(Map<String,ParameterDefinitionsValue> parameters)
Set the parameters property: The policy set definition parameters that can be used in policy definition
references.
|
PolicySetDefinitionInner |
PolicySetDefinitionInner.withPolicyDefinitionGroups(List<PolicyDefinitionGroup> policyDefinitionGroups)
Set the policyDefinitionGroups property: The metadata describing groups of policy definition references within
the policy set definition.
|
PolicySetDefinitionInner |
PolicySetDefinitionInner.withPolicyDefinitions(List<PolicyDefinitionReference> policyDefinitions)
Set the policyDefinitions property: An array of policy definition references.
|
PolicySetDefinitionInner |
PolicySetDefinitionInner.withPolicyType(PolicyType policyType)
Set the policyType property: The type of policy definition.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.