PolicySetDefinitionsClient Interface
public interface PolicySetDefinitionsClient
An instance of this class provides access to all the operations defined in PolicySetDefinitionsClient.
Method Summary
Method Details
createOrUpdate
public abstract PolicySetDefinitionInner createOrUpdate(String policySetDefinitionName, PolicySetDefinitionInner parameters)
Creates or updates a policy set definition. This operation creates or updates a policy set definition in the given subscription with the given name.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Creates or updates a policy set definition. This operation creates or updates a policy set definition in the given subscription with the given name.
Parameters:
Returns:
createOrUpdateAtManagementGroup
public abstract PolicySetDefinitionInner createOrUpdateAtManagementGroup(String policySetDefinitionName, String managementGroupId, PolicySetDefinitionInner parameters)
Creates or updates a policy set definition. This operation creates or updates a policy set definition in the given management group with the given name.
Parameters:
Returns:
createOrUpdateAtManagementGroupAsync
public abstract Mono
Creates or updates a policy set definition. This operation creates or updates a policy set definition in the given management group with the given name.
Parameters:
Returns:
createOrUpdateAtManagementGroupWithResponse
public abstract Response
Creates or updates a policy set definition. This operation creates or updates a policy set definition in the given management group with the given name.
Parameters:
Returns:
createOrUpdateAtManagementGroupWithResponseAsync
public abstract Mono
Creates or updates a policy set definition. This operation creates or updates a policy set definition in the given management group with the given name.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Creates or updates a policy set definition. This operation creates or updates a policy set definition in the given subscription with the given name.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Creates or updates a policy set definition. This operation creates or updates a policy set definition in the given subscription with the given name.
Parameters:
Returns:
delete
public abstract void delete(String policySetDefinitionName)
Deletes a policy set definition. This operation deletes the policy set definition in the given subscription with the given name.
Parameters:
deleteAsync
public abstract Mono
Deletes a policy set definition. This operation deletes the policy set definition in the given subscription with the given name.
Parameters:
Returns:
deleteAtManagementGroup
public abstract void deleteAtManagementGroup(String policySetDefinitionName, String managementGroupId)
Deletes a policy set definition. This operation deletes the policy set definition in the given management group with the given name.
Parameters:
deleteAtManagementGroupAsync
public abstract Mono
Deletes a policy set definition. This operation deletes the policy set definition in the given management group with the given name.
Parameters:
Returns:
deleteAtManagementGroupWithResponse
public abstract Response
Deletes a policy set definition. This operation deletes the policy set definition in the given management group with the given name.
Parameters:
Returns:
deleteAtManagementGroupWithResponseAsync
public abstract Mono
Deletes a policy set definition. This operation deletes the policy set definition in the given management group with the given name.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes a policy set definition. This operation deletes the policy set definition in the given subscription with the given name.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a policy set definition. This operation deletes the policy set definition in the given subscription with the given name.
Parameters:
Returns:
get
public abstract PolicySetDefinitionInner get(String policySetDefinitionName)
Retrieves a policy set definition. This operation retrieves the policy set definition in the given subscription with the given name.
Parameters:
Returns:
getAsync
public abstract Mono
Retrieves a policy set definition. This operation retrieves the policy set definition in the given subscription with the given name.
Parameters:
Returns:
getAtManagementGroup
public abstract PolicySetDefinitionInner getAtManagementGroup(String policySetDefinitionName, String managementGroupId)
Retrieves a policy set definition. This operation retrieves the policy set definition in the given management group with the given name.
Parameters:
Returns:
getAtManagementGroupAsync
public abstract Mono
Retrieves a policy set definition. This operation retrieves the policy set definition in the given management group with the given name.
Parameters:
Returns:
getAtManagementGroupWithResponse
public abstract Response
Retrieves a policy set definition. This operation retrieves the policy set definition in the given management group with the given name.
Parameters:
Returns:
getAtManagementGroupWithResponseAsync
public abstract Mono
Retrieves a policy set definition. This operation retrieves the policy set definition in the given management group with the given name.
Parameters:
Returns:
getBuiltIn
public abstract PolicySetDefinitionInner getBuiltIn(String policySetDefinitionName)
Retrieves a built in policy set definition. This operation retrieves the built-in policy set definition with the given name.
Parameters:
Returns:
getBuiltInAsync
public abstract Mono
Retrieves a built in policy set definition. This operation retrieves the built-in policy set definition with the given name.
Parameters:
Returns:
getBuiltInWithResponse
public abstract Response
Retrieves a built in policy set definition. This operation retrieves the built-in policy set definition with the given name.
Parameters:
Returns:
getBuiltInWithResponseAsync
public abstract Mono
Retrieves a built in policy set definition. This operation retrieves the built-in policy set definition with the given name.
Parameters:
Returns:
getWithResponse
public abstract Response
Retrieves a policy set definition. This operation retrieves the policy set definition in the given subscription with the given name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Retrieves a policy set definition. This operation retrieves the policy set definition in the given subscription with the given name.
Parameters:
Returns:
list
public abstract PagedIterable
Retrieves the policy set definitions for a subscription. This operation retrieves a list of all the policy set definitions in a given subscription that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy set definitions associated with the subscription, including those that apply directly or from management groups that contain the given subscription. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given subscription. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}.
Returns:
list
public abstract PagedIterable
Retrieves the policy set definitions for a subscription. This operation retrieves a list of all the policy set definitions in a given subscription that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy set definitions associated with the subscription, including those that apply directly or from management groups that contain the given subscription. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given subscription. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Retrieves the policy set definitions for a subscription. This operation retrieves a list of all the policy set definitions in a given subscription that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy set definitions associated with the subscription, including those that apply directly or from management groups that contain the given subscription. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given subscription. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}.
Returns:
listAsync
public abstract PagedFlux
Retrieves the policy set definitions for a subscription. This operation retrieves a list of all the policy set definitions in a given subscription that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy set definitions associated with the subscription, including those that apply directly or from management groups that contain the given subscription. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given subscription. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}.
Parameters:
Returns:
listBuiltIn
public abstract PagedIterable
Retrieves built-in policy set definitions. This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy set definitions whose category match the {value}.
Returns:
listBuiltIn
public abstract PagedIterable
Retrieves built-in policy set definitions. This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy set definitions whose category match the {value}.
Parameters:
Returns:
listBuiltInAsync
public abstract PagedFlux
Retrieves built-in policy set definitions. This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy set definitions whose category match the {value}.
Returns:
listBuiltInAsync
public abstract PagedFlux
Retrieves built-in policy set definitions. This operation retrieves a list of all the built-in policy set definitions that match the optional given $filter. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy set definitions whose category match the {value}.
Parameters:
Returns:
listByManagementGroup
public abstract PagedIterable
Retrieves all policy set definitions in management group. This operation retrieves a list of all the policy set definitions in a given management group that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy set definitions associated with the management group, including those that apply directly or from management groups that contain the given management group. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}.
Parameters:
Returns:
listByManagementGroup
public abstract PagedIterable
Retrieves all policy set definitions in management group. This operation retrieves a list of all the policy set definitions in a given management group that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy set definitions associated with the management group, including those that apply directly or from management groups that contain the given management group. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}.
Parameters:
Returns:
listByManagementGroupAsync
public abstract PagedFlux
Retrieves all policy set definitions in management group. This operation retrieves a list of all the policy set definitions in a given management group that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy set definitions associated with the management group, including those that apply directly or from management groups that contain the given management group. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}.
Parameters:
Returns:
listByManagementGroupAsync
public abstract PagedFlux
Retrieves all policy set definitions in management group. This operation retrieves a list of all the policy set definitions in a given management group that match the optional given $filter. Valid values for $filter are: 'atExactScope()', 'policyType -eq {value}' or 'category eq '{value}''. If $filter is not provided, the unfiltered list includes all policy set definitions associated with the management group, including those that apply directly or from management groups that contain the given management group. If $filter=atExactScope() is provided, the returned list only includes all policy set definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy set definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn and Custom. If $filter='category -eq {value}' is provided, the returned list only includes all policy set definitions whose category match the {value}.
Parameters:
Returns:
Applies to
Azure SDK for Java