Mono<PolicyDefinitionInner> |
PolicyDefinitionsClient.createOrUpdateAsync(String policyDefinitionName,
PolicyDefinitionInner parameters) |
This operation creates or updates a policy definition in the given subscription with the given name.
|
Mono<PolicyDefinitionInner> |
PolicyDefinitionsClient.createOrUpdateAtManagementGroupAsync(String policyDefinitionName,
String managementGroupId,
PolicyDefinitionInner parameters) |
This operation creates or updates a policy definition in the given management group with the given name.
|
com.azure.core.http.rest.Response<PolicyDefinitionInner> |
PolicyDefinitionsClient.createOrUpdateAtManagementGroupWithResponse(String policyDefinitionName,
String managementGroupId,
PolicyDefinitionInner parameters,
com.azure.core.util.Context context) |
This operation creates or updates a policy definition in the given management group with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>> |
PolicyDefinitionsClient.createOrUpdateAtManagementGroupWithResponseAsync(String policyDefinitionName,
String managementGroupId,
PolicyDefinitionInner parameters) |
This operation creates or updates a policy definition in the given management group with the given name.
|
com.azure.core.http.rest.Response<PolicyDefinitionInner> |
PolicyDefinitionsClient.createOrUpdateWithResponse(String policyDefinitionName,
PolicyDefinitionInner parameters,
com.azure.core.util.Context context) |
This operation creates or updates a policy definition in the given subscription with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>> |
PolicyDefinitionsClient.createOrUpdateWithResponseAsync(String policyDefinitionName,
PolicyDefinitionInner parameters) |
This operation creates or updates a policy definition in the given subscription with the given name.
|
Mono<PolicyDefinitionInner> |
PolicyDefinitionsClient.getAsync(String policyDefinitionName) |
This operation retrieves the policy definition in the given subscription with the given name.
|
Mono<PolicyDefinitionInner> |
PolicyDefinitionsClient.getAtManagementGroupAsync(String policyDefinitionName,
String managementGroupId) |
This operation retrieves the policy definition in the given management group with the given name.
|
com.azure.core.http.rest.Response<PolicyDefinitionInner> |
PolicyDefinitionsClient.getAtManagementGroupWithResponse(String policyDefinitionName,
String managementGroupId,
com.azure.core.util.Context context) |
This operation retrieves the policy definition in the given management group with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>> |
PolicyDefinitionsClient.getAtManagementGroupWithResponseAsync(String policyDefinitionName,
String managementGroupId) |
This operation retrieves the policy definition in the given management group with the given name.
|
Mono<PolicyDefinitionInner> |
PolicyDefinitionsClient.getBuiltInAsync(String policyDefinitionName) |
This operation retrieves the built-in policy definition with the given name.
|
com.azure.core.http.rest.Response<PolicyDefinitionInner> |
PolicyDefinitionsClient.getBuiltInWithResponse(String policyDefinitionName,
com.azure.core.util.Context context) |
This operation retrieves the built-in policy definition with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>> |
PolicyDefinitionsClient.getBuiltInWithResponseAsync(String policyDefinitionName) |
This operation retrieves the built-in policy definition with the given name.
|
com.azure.core.http.rest.Response<PolicyDefinitionInner> |
PolicyDefinitionsClient.getWithResponse(String policyDefinitionName,
com.azure.core.util.Context context) |
This operation retrieves the policy definition in the given subscription with the given name.
|
Mono<com.azure.core.http.rest.Response<PolicyDefinitionInner>> |
PolicyDefinitionsClient.getWithResponseAsync(String policyDefinitionName) |
This operation retrieves the policy definition in the given subscription with the given name.
|
com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner> |
PolicyDefinitionsClient.list() |
This operation retrieves a list of all the policy definitions in a given subscription that match the optional
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner> |
PolicyDefinitionsClient.list(String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves a list of all the policy definitions in a given subscription that match the optional
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner> |
PolicyDefinitionsClient.listAsync() |
This operation retrieves a list of all the policy definitions in a given subscription that match the optional
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner> |
PolicyDefinitionsClient.listAsync(String filter,
Integer top) |
This operation retrieves a list of all the policy definitions in a given subscription that match the optional
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner> |
PolicyDefinitionsClient.listBuiltIn() |
This operation retrieves a list of all the built-in policy definitions that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner> |
PolicyDefinitionsClient.listBuiltIn(String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves a list of all the built-in policy definitions that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner> |
PolicyDefinitionsClient.listBuiltInAsync() |
This operation retrieves a list of all the built-in policy definitions that match the optional given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner> |
PolicyDefinitionsClient.listBuiltInAsync(String filter,
Integer top) |
This operation retrieves a list of all the built-in policy definitions that match the optional given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner> |
PolicyDefinitionsClient.listByManagementGroup(String managementGroupId) |
This operation retrieves a list of all the policy definitions in a given management group that match the optional
given $filter.
|
com.azure.core.http.rest.PagedIterable<PolicyDefinitionInner> |
PolicyDefinitionsClient.listByManagementGroup(String managementGroupId,
String filter,
Integer top,
com.azure.core.util.Context context) |
This operation retrieves a list of all the policy definitions in a given management group that match the optional
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner> |
PolicyDefinitionsClient.listByManagementGroupAsync(String managementGroupId) |
This operation retrieves a list of all the policy definitions in a given management group that match the optional
given $filter.
|
com.azure.core.http.rest.PagedFlux<PolicyDefinitionInner> |
PolicyDefinitionsClient.listByManagementGroupAsync(String managementGroupId,
String filter,
Integer top) |
This operation retrieves a list of all the policy definitions in a given management group that match the optional
given $filter.
|