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.
|
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.
|
Mono<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.getAsync(String policySetDefinitionName) |
This operation retrieves the policy set definition in the given subscription with the given name.
|
Mono<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.getAtManagementGroupAsync(String policySetDefinitionName,
String managementGroupId) |
This operation retrieves the policy set definition in the given management group with the given name.
|
com.azure.core.http.rest.Response<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.getAtManagementGroupWithResponse(String policySetDefinitionName,
String managementGroupId,
com.azure.core.util.Context context) |
This operation retrieves the policy set definition in the given management group with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>> |
PolicySetDefinitionsClient.getAtManagementGroupWithResponseAsync(String policySetDefinitionName,
String managementGroupId) |
This operation retrieves the policy set definition in the given management group with the given name.
|
Mono<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.getBuiltInAsync(String policySetDefinitionName) |
This operation retrieves the built-in policy set definition with the given name.
|
com.azure.core.http.rest.Response<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.getBuiltInWithResponse(String policySetDefinitionName,
com.azure.core.util.Context context) |
This operation retrieves the built-in policy set definition with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>> |
PolicySetDefinitionsClient.getBuiltInWithResponseAsync(String policySetDefinitionName) |
This operation retrieves the built-in policy set definition with the given name.
|
com.azure.core.http.rest.Response<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.getWithResponse(String policySetDefinitionName,
com.azure.core.util.Context context) |
This operation retrieves the policy set definition in the given subscription with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicySetDefinitionInner>> |
PolicySetDefinitionsClient.getWithResponseAsync(String policySetDefinitionName) |
This operation retrieves the policy set definition in the given subscription with the given name.
|
com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.list() |
This operation retrieves a list of all the policy set definitions in a given subscription that match the optional
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.list(String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves a list of all the policy set definitions in a given subscription that match the optional
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listAsync() |
This operation retrieves a list of all the policy set definitions in a given subscription that match the optional
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listAsync(String filter,
Integer top) |
This operation retrieves a list of all the policy set definitions in a given subscription that match the optional
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listBuiltIn() |
This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listBuiltIn(String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listBuiltInAsync() |
This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listBuiltInAsync(String filter,
Integer top) |
This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listByManagementGroup(String managementGroupId) |
This operation retrieves a list of all the policy set definitions in a given management group that match the
optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listByManagementGroup(String managementGroupId,
String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves a list of all the policy set definitions in a given management group that match the
optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listByManagementGroupAsync(String managementGroupId) |
This operation retrieves a list of all the policy set definitions in a given management group that match the
optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicySetDefinitionInner> |
PolicySetDefinitionsClient.listByManagementGroupAsync(String managementGroupId,
String filter,
Integer top) |
This operation retrieves a list of all the policy set definitions in a given management group that match the
optional given $filter.
|