Dela via


Policy Class

Definition

Low-level API implementation for the Policy service. To manage and control access to your resources, you can define customized policies and assign them at a scope.

public class Policy
type Policy = class
Public Class Policy
Inheritance
Policy

Constructors

Policy()

Methods

PolicyAssignmentsCreate(String, String, IPolicyAssignment, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy assignment with the given scope and name. Policy assignments apply to all resources contained within their scope. For example, when you assign a policy at resource group scope, that policy applies to all resources in the group.

PolicyAssignmentsCreateById(String, IPolicyAssignment, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates the policy assignment with the given ID. Policy assignments made on a scope apply to all resources contained in that scope. For example, when you assign a policy to a resource group that policy applies to all resources in the group. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'.

PolicyAssignmentsCreateByIdViaIdentity(String, IPolicyAssignment, Func<HttpResponseMessage,Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates the policy assignment with the given ID. Policy assignments made on a scope apply to all resources contained in that scope. For example, when you assign a policy to a resource group that policy applies to all resources in the group. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'.

PolicyAssignmentsCreateByIdViaIdentityWithResult(String, IPolicyAssignment, IEventListener, ISendAsync, SerializationMode)
PolicyAssignmentsCreateByIdViaJsonString(String, String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation creates or updates the policy assignment with the given ID. Policy assignments made on a scope apply to all resources contained in that scope. For example, when you assign a policy to a resource group that policy applies to all resources in the group. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'.

PolicyAssignmentsCreateByIdViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
PolicyAssignmentsCreateByIdWithResult(String, IPolicyAssignment, IEventListener, ISendAsync, SerializationMode)
PolicyAssignmentsCreateViaIdentity(String, IPolicyAssignment, Func<HttpResponseMessage,Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy assignment with the given scope and name. Policy assignments apply to all resources contained within their scope. For example, when you assign a policy at resource group scope, that policy applies to all resources in the group.

PolicyAssignmentsCreateViaIdentityWithResult(String, IPolicyAssignment, IEventListener, ISendAsync, SerializationMode)
PolicyAssignmentsCreateViaJsonString(String, String, String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation creates or updates a policy assignment with the given scope and name. Policy assignments apply to all resources contained within their scope. For example, when you assign a policy at resource group scope, that policy applies to all resources in the group.

PolicyAssignmentsCreateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
PolicyAssignmentsCreateWithResult(String, String, IPolicyAssignment, IEventListener, ISendAsync, SerializationMode)
PolicyAssignmentsDelete(String, String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes a policy assignment, given its name and the scope it was created in. The scope of a policy assignment is the part of its ID preceding '/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'.

PolicyAssignmentsDeleteById(String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy with the given ID. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid formats for {scope} are: '/providers/Microsoft.Management/managementGroups/{managementGroup}' (management group), '/subscriptions/{subscriptionId}' (subscription), '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' (resource group), or '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' (resource).

PolicyAssignmentsDeleteByIdViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy with the given ID. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid formats for {scope} are: '/providers/Microsoft.Management/managementGroups/{managementGroup}' (management group), '/subscriptions/{subscriptionId}' (subscription), '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' (resource group), or '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}' (resource).

PolicyAssignmentsDeleteByIdViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyAssignmentsDeleteByIdWithResult(String, IEventListener, ISendAsync)
PolicyAssignmentsDeleteViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes a policy assignment, given its name and the scope it was created in. The scope of a policy assignment is the part of its ID preceding '/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'.

PolicyAssignmentsDeleteViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyAssignmentsDeleteWithResult(String, String, IEventListener, ISendAsync)
PolicyAssignmentsGet(String, String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves a single policy assignment, given its name and the scope it was created at.

PolicyAssignmentsGetById(String, Func<HttpResponseMessage,Task<IPolicyAssignment>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

The operation retrieves the policy assignment with the given ID. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'.

PolicyAssignmentsGetByIdViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

The operation retrieves the policy assignment with the given ID. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'.

PolicyAssignmentsGetByIdViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyAssignmentsGetByIdWithResult(String, IEventListener, ISendAsync)
PolicyAssignmentsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves a single policy assignment, given its name and the scope it was created at.

PolicyAssignmentsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyAssignmentsGetWithResult(String, String, IEventListener, ISendAsync)
PolicyAssignmentsList(String, String, Nullable<Int32>, Func<HttpResponseMessage, Task<IPolicyAssignmentListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy assignments associated with the given subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy assignments associated with the subscription, including those that apply directly or from management groups that contain the given subscription, as well as any applied to objects contained within the subscription. If $filter=atScope() is provided, the returned list includes all policy assignments that apply to the subscription, which is everything in the unfiltered list except those applied to objects contained within the subscription. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the subscription. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value}.

PolicyAssignmentsListForManagementGroup(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyAssignmentListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy assignments applicable to the management group that match the given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter=atScope() is provided, the returned list includes all policy assignments that are assigned to the management group or the management group's ancestors. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the management group. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value} that apply to the management group.

PolicyAssignmentsListForManagementGroupViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyAssignmentListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy assignments applicable to the management group that match the given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter=atScope() is provided, the returned list includes all policy assignments that are assigned to the management group or the management group's ancestors. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the management group. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value} that apply to the management group.

PolicyAssignmentsListForManagementGroupViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyAssignmentsListForManagementGroupWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyAssignmentsListForResource(String, String, String, String, String, String, String, Nullable<Int32>, Func<HttpResponseMessage, Task<IPolicyAssignmentListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy assignments associated with the specified resource in the given resource group and subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy assignments associated with the resource, including those that apply directly or from all containing scopes, as well as any applied to resources contained within the resource. If $filter=atScope() is provided, the returned list includes all policy assignments that apply to the resource, which is everything in the unfiltered list except those applied to resources contained within the resource. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the resource level. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value} that apply to the resource. Three parameters plus the resource name are used to identify a specific resource. If the resource is not part of a parent resource (the more common case), the parent resource path should not be provided (or provided as ''). For example a web app could be specified as ({resourceProviderNamespace} == 'Microsoft.Web', {parentResourcePath} == '', {resourceType} == 'sites', {resourceName} == 'MyWebApp'). If the resource is part of a parent resource, then all parameters should be provided. For example a virtual machine DNS name could be specified as ({resourceProviderNamespace} == 'Microsoft.Compute', {parentResourcePath} == 'virtualMachines/MyVirtualMachine', {resourceType} == 'domainNames', {resourceName} == 'MyComputerName'). A convenient alternative to providing the namespace and type name separately is to provide both in the {resourceType} parameter, format: ({resourceProviderNamespace} == '', {parentResourcePath} == '', {resourceType} == 'Microsoft.Web/sites', {resourceName} == 'MyWebApp').

PolicyAssignmentsListForResourceGroup(String, String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyAssignmentListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy assignments associated with the given resource group in the given subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy assignments associated with the resource group, including those that apply directly or apply from containing scopes, as well as any applied to resources contained within the resource group. If $filter=atScope() is provided, the returned list includes all policy assignments that apply to the resource group, which is everything in the unfiltered list except those applied to resources contained within the resource group. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the resource group. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value} that apply to the resource group.

PolicyAssignmentsListForResourceGroupViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyAssignmentListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy assignments associated with the given resource group in the given subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy assignments associated with the resource group, including those that apply directly or apply from containing scopes, as well as any applied to resources contained within the resource group. If $filter=atScope() is provided, the returned list includes all policy assignments that apply to the resource group, which is everything in the unfiltered list except those applied to resources contained within the resource group. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the resource group. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value} that apply to the resource group.

PolicyAssignmentsListForResourceGroupViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyAssignmentsListForResourceGroupWithResult(String, String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyAssignmentsListForResourceViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyAssignmentListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy assignments associated with the specified resource in the given resource group and subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy assignments associated with the resource, including those that apply directly or from all containing scopes, as well as any applied to resources contained within the resource. If $filter=atScope() is provided, the returned list includes all policy assignments that apply to the resource, which is everything in the unfiltered list except those applied to resources contained within the resource. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the resource level. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value} that apply to the resource. Three parameters plus the resource name are used to identify a specific resource. If the resource is not part of a parent resource (the more common case), the parent resource path should not be provided (or provided as ''). For example a web app could be specified as ({resourceProviderNamespace} == 'Microsoft.Web', {parentResourcePath} == '', {resourceType} == 'sites', {resourceName} == 'MyWebApp'). If the resource is part of a parent resource, then all parameters should be provided. For example a virtual machine DNS name could be specified as ({resourceProviderNamespace} == 'Microsoft.Compute', {parentResourcePath} == 'virtualMachines/MyVirtualMachine', {resourceType} == 'domainNames', {resourceName} == 'MyComputerName'). A convenient alternative to providing the namespace and type name separately is to provide both in the {resourceType} parameter, format: ({resourceProviderNamespace} == '', {parentResourcePath} == '', {resourceType} == 'Microsoft.Web/sites', {resourceName} == 'MyWebApp').

PolicyAssignmentsListForResourceViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyAssignmentsListForResourceWithResult(String, String, String, String, String, String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyAssignmentsListViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyAssignmentListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy assignments associated with the given subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()' or 'policyDefinitionId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy assignments associated with the subscription, including those that apply directly or from management groups that contain the given subscription, as well as any applied to objects contained within the subscription. If $filter=atScope() is provided, the returned list includes all policy assignments that apply to the subscription, which is everything in the unfiltered list except those applied to objects contained within the subscription. If $filter=atExactScope() is provided, the returned list only includes all policy assignments that at the subscription. If $filter=policyDefinitionId eq '{value}' is provided, the returned list includes all policy assignments of the policy definition whose id is {value}.

PolicyAssignmentsListViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyAssignmentsListWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyAssignmentsUpdate(String, String, IPolicyAssignmentUpdate, Func<HttpResponseMessage,Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation updates a policy assignment with the given scope and name. Policy assignments apply to all resources contained within their scope. For example, when you assign a policy at resource group scope, that policy applies to all resources in the group.

PolicyAssignmentsUpdateById(String, IPolicyAssignmentUpdate, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync, SerializationMode)

This operation updates the policy assignment with the given ID. Policy assignments made on a scope apply to all resources contained in that scope. For example, when you assign a policy to a resource group that policy applies to all resources in the group. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'.

PolicyAssignmentsUpdateByIdViaIdentity(String, IPolicyAssignmentUpdate, Func<HttpResponseMessage,Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation updates the policy assignment with the given ID. Policy assignments made on a scope apply to all resources contained in that scope. For example, when you assign a policy to a resource group that policy applies to all resources in the group. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'.

PolicyAssignmentsUpdateByIdViaIdentityWithResult(String, IPolicyAssignmentUpdate, IEventListener, ISendAsync, SerializationMode)
PolicyAssignmentsUpdateByIdViaJsonString(String, String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation updates the policy assignment with the given ID. Policy assignments made on a scope apply to all resources contained in that scope. For example, when you assign a policy to a resource group that policy applies to all resources in the group. Policy assignment IDs have this format: '{scope}/providers/Microsoft.Authorization/policyAssignments/{policyAssignmentName}'. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}'), resource group (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}', or resource (format: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'.

PolicyAssignmentsUpdateByIdViaJsonStringWithResult(String, String, IEventListener, ISendAsync)
PolicyAssignmentsUpdateByIdWithResult(String, IPolicyAssignmentUpdate, IEventListener, ISendAsync, SerializationMode)
PolicyAssignmentsUpdateViaIdentity(String, IPolicyAssignmentUpdate, Func<HttpResponseMessage,Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation updates a policy assignment with the given scope and name. Policy assignments apply to all resources contained within their scope. For example, when you assign a policy at resource group scope, that policy applies to all resources in the group.

PolicyAssignmentsUpdateViaIdentityWithResult(String, IPolicyAssignmentUpdate, IEventListener, ISendAsync, SerializationMode)
PolicyAssignmentsUpdateViaJsonString(String, String, String, Func<HttpResponseMessage, Task<IPolicyAssignment>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation updates a policy assignment with the given scope and name. Policy assignments apply to all resources contained within their scope. For example, when you assign a policy at resource group scope, that policy applies to all resources in the group.

PolicyAssignmentsUpdateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
PolicyAssignmentsUpdateWithResult(String, String, IPolicyAssignmentUpdate, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionsCreateOrUpdate(String, String, IPolicyDefinition, Func<HttpResponseMessage,Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy definition in the given subscription with the given name.

PolicyDefinitionsCreateOrUpdateAtManagementGroup(String, String, IPolicyDefinition, Func<HttpResponseMessage,Task<IPolicyDefinition>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy definition in the given management group with the given name.

PolicyDefinitionsCreateOrUpdateAtManagementGroupViaIdentity(String, IPolicyDefinition, Func<HttpResponseMessage,Task<IPolicyDefinition>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy definition in the given management group with the given name.

PolicyDefinitionsCreateOrUpdateAtManagementGroupViaIdentityWithResult(String, IPolicyDefinition, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionsCreateOrUpdateAtManagementGroupViaJsonString(String, String, String, Func<HttpResponseMessage,Task<IPolicyDefinition>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation creates or updates a policy definition in the given management group with the given name.

PolicyDefinitionsCreateOrUpdateAtManagementGroupViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
PolicyDefinitionsCreateOrUpdateAtManagementGroupWithResult(String, String, IPolicyDefinition, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionsCreateOrUpdateViaIdentity(String, IPolicyDefinition, Func<HttpResponseMessage,Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy definition in the given subscription with the given name.

PolicyDefinitionsCreateOrUpdateViaIdentityWithResult(String, IPolicyDefinition, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionsCreateOrUpdateViaJsonString(String, String, String, Func<HttpResponseMessage,Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation creates or updates a policy definition in the given subscription with the given name.

PolicyDefinitionsCreateOrUpdateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
PolicyDefinitionsCreateOrUpdateWithResult(String, String, IPolicyDefinition, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionsDelete(String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy definition in the given subscription with the given name.

PolicyDefinitionsDeleteAtManagementGroup(String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy definition in the given management group with the given name.

PolicyDefinitionsDeleteAtManagementGroupViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy definition in the given management group with the given name.

PolicyDefinitionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy definition in the given subscription with the given name.

PolicyDefinitionsGet(String, String, Func<HttpResponseMessage, Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the policy definition in the given subscription with the given name.

PolicyDefinitionsGetAtManagementGroup(String, String, Func<HttpResponseMessage, Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the policy definition in the given management group with the given name.

PolicyDefinitionsGetAtManagementGroupViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the policy definition in the given management group with the given name.

PolicyDefinitionsGetAtManagementGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionsGetAtManagementGroupWithResult(String, String, IEventListener, ISendAsync)
PolicyDefinitionsGetBuiltIn(String, Func<HttpResponseMessage, Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the built-in policy definition with the given name.

PolicyDefinitionsGetBuiltInViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the built-in policy definition with the given name.

PolicyDefinitionsGetBuiltInViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionsGetBuiltInWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the policy definition in the given subscription with the given name.

PolicyDefinitionsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionsGetWithResult(String, String, IEventListener, ISendAsync)
PolicyDefinitionsList(String, String, Nullable<Int32>, Func<HttpResponseMessage, Task<IPolicyDefinitionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy 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 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 definitions that at the given subscription. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.

PolicyDefinitionsListBuiltIn(String, Nullable<Int32>, Func<HttpResponseMessage, Task<IPolicyDefinitionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the built-in policy definitions that match the optional given $filter. If $filter='policyType -eq {value}' is provided, the returned list only includes all built-in policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy definitions whose category match the {value}.

PolicyDefinitionsListBuiltInViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the built-in policy definitions that match the optional given $filter. If $filter='policyType -eq {value}' is provided, the returned list only includes all built-in policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all built-in policy definitions whose category match the {value}.

PolicyDefinitionsListBuiltInViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionsListBuiltInWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionsListByManagementGroup(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy 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 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 definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.

PolicyDefinitionsListByManagementGroupViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy 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 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 definitions that at the given management group. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.

PolicyDefinitionsListByManagementGroupViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionsListByManagementGroupWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionsListViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy 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 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 definitions that at the given subscription. If $filter='policyType -eq {value}' is provided, the returned list only includes all policy definitions whose type match the {value}. Possible policyType values are NotSpecified, BuiltIn, Custom, and Static. If $filter='category -eq {value}' is provided, the returned list only includes all policy definitions whose category match the {value}.

PolicyDefinitionsListViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionsListWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionVersionsCreateOrUpdate(String, String, String, IPolicyDefinitionVersion, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy definition in the given subscription with the given name.

PolicyDefinitionVersionsCreateOrUpdateAtManagementGroup(String, String, String, IPolicyDefinitionVersion, Func<HttpResponseMessage, Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy definition version in the given management group with the given name.

PolicyDefinitionVersionsCreateOrUpdateAtManagementGroupViaIdentity(String, IPolicyDefinitionVersion, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy definition version in the given management group with the given name.

PolicyDefinitionVersionsCreateOrUpdateAtManagementGroupViaIdentityWithResult(String, IPolicyDefinitionVersion, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionVersionsCreateOrUpdateAtManagementGroupViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation creates or updates a policy definition version in the given management group with the given name.

PolicyDefinitionVersionsCreateOrUpdateAtManagementGroupViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
PolicyDefinitionVersionsCreateOrUpdateAtManagementGroupWithResult(String, String, String, IPolicyDefinitionVersion, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionVersionsCreateOrUpdateViaIdentity(String, IPolicyDefinitionVersion, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy definition in the given subscription with the given name.

PolicyDefinitionVersionsCreateOrUpdateViaIdentityWithResult(String, IPolicyDefinitionVersion, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionVersionsCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation creates or updates a policy definition in the given subscription with the given name.

PolicyDefinitionVersionsCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
PolicyDefinitionVersionsCreateOrUpdateWithResult(String, String, String, IPolicyDefinitionVersion, IEventListener, ISendAsync, SerializationMode)
PolicyDefinitionVersionsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy definition version in the given subscription with the given name.

PolicyDefinitionVersionsDeleteAtManagementGroup(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy definition in the given management group with the given name.

PolicyDefinitionVersionsDeleteAtManagementGroupViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy definition in the given management group with the given name.

PolicyDefinitionVersionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy definition version in the given subscription with the given name.

PolicyDefinitionVersionsGet(String, String, String, Func<HttpResponseMessage, Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the policy definition version in the given subscription with the given name.

PolicyDefinitionVersionsGetAtManagementGroup(String, String, String, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the policy definition version in the given management group with the given name.

PolicyDefinitionVersionsGetAtManagementGroupViaIdentity(String, Func<HttpResponseMessage,Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the policy definition version in the given management group with the given name.

PolicyDefinitionVersionsGetAtManagementGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionVersionsGetAtManagementGroupWithResult(String, String, String, IEventListener, ISendAsync)
PolicyDefinitionVersionsGetBuiltIn(String, String, Func<HttpResponseMessage, Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the built-in policy definition version with the given name.

PolicyDefinitionVersionsGetBuiltInViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the built-in policy definition version with the given name.

PolicyDefinitionVersionsGetBuiltInViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionVersionsGetBuiltInWithResult(String, String, IEventListener, ISendAsync)
PolicyDefinitionVersionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the policy definition version in the given subscription with the given name.

PolicyDefinitionVersionsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionVersionsGetWithResult(String, String, String, IEventListener, ISendAsync)
PolicyDefinitionVersionsList(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy definition versions for the given policy definition.

PolicyDefinitionVersionsListAll(String, Func<HttpResponseMessage, Task<IPolicyDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the policy definition versions for all policy definitions within a subscription.

PolicyDefinitionVersionsListAllAtManagementGroup(String, Func<HttpResponseMessage, Task<IPolicyDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the policy definition versions for all policy definitions at the management group scope.

PolicyDefinitionVersionsListAllAtManagementGroupViaIdentity(String, Func<HttpResponseMessage,Task<IPolicyDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the policy definition versions for all policy definitions at the management group scope.

PolicyDefinitionVersionsListAllAtManagementGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionVersionsListAllAtManagementGroupWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionVersionsListAllBuiltins(Func<HttpResponseMessage, Task<IPolicyDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the built-in policy definition versions for all built-in policy definitions.

PolicyDefinitionVersionsListAllBuiltinsViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the built-in policy definition versions for all built-in policy definitions.

PolicyDefinitionVersionsListAllBuiltinsViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionVersionsListAllBuiltinsWithResult(IEventListener, ISendAsync)
PolicyDefinitionVersionsListAllViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the policy definition versions for all policy definitions within a subscription.

PolicyDefinitionVersionsListAllViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionVersionsListAllWithResult(String, IEventListener, ISendAsync)
PolicyDefinitionVersionsListBuiltIn(String, Nullable<Int32>, Func<HttpResponseMessage, Task<IPolicyDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the built-in policy definition versions for the given policy definition.

PolicyDefinitionVersionsListBuiltInViaIdentity(String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the built-in policy definition versions for the given policy definition.

PolicyDefinitionVersionsListBuiltInViaIdentityWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionVersionsListBuiltInWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionVersionsListByManagementGroup(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy definition versions for the given policy definition in the given management group.

PolicyDefinitionVersionsListByManagementGroupViaIdentity(String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy definition versions for the given policy definition in the given management group.

PolicyDefinitionVersionsListByManagementGroupViaIdentityWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionVersionsListByManagementGroupWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionVersionsListViaIdentity(String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicyDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy definition versions for the given policy definition.

PolicyDefinitionVersionsListViaIdentityWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyDefinitionVersionsListWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicyExemptionsCreateOrUpdate(String, String, IPolicyExemption, Func<HttpResponseMessage,Task<IPolicyExemption>,Task>, Func<HttpResponseMessage, Task<IPolicyExemption>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy exemption with the given scope and name. Policy exemptions apply to all resources contained within their scope. For example, when you create a policy exemption at resource group scope for a policy assignment at the same or above level, the exemption exempts to all applicable resources in the resource group.

PolicyExemptionsCreateOrUpdateViaIdentity(String, IPolicyExemption, Func<HttpResponseMessage,Task<IPolicyExemption>,Task>, Func<HttpResponseMessage, Task<IPolicyExemption>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy exemption with the given scope and name. Policy exemptions apply to all resources contained within their scope. For example, when you create a policy exemption at resource group scope for a policy assignment at the same or above level, the exemption exempts to all applicable resources in the resource group.

PolicyExemptionsCreateOrUpdateViaIdentityWithResult(String, IPolicyExemption, IEventListener, ISendAsync, SerializationMode)
PolicyExemptionsCreateOrUpdateViaJsonString(String, String, String, Func<HttpResponseMessage,Task<IPolicyExemption>,Task>, Func<HttpResponseMessage, Task<IPolicyExemption>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation creates or updates a policy exemption with the given scope and name. Policy exemptions apply to all resources contained within their scope. For example, when you create a policy exemption at resource group scope for a policy assignment at the same or above level, the exemption exempts to all applicable resources in the resource group.

PolicyExemptionsCreateOrUpdateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
PolicyExemptionsCreateOrUpdateWithResult(String, String, IPolicyExemption, IEventListener, ISendAsync, SerializationMode)
PolicyExemptionsDelete(String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes a policy exemption, given its name and the scope it was created in. The scope of a policy exemption is the part of its ID preceding '/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName}'.

PolicyExemptionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes a policy exemption, given its name and the scope it was created in. The scope of a policy exemption is the part of its ID preceding '/providers/Microsoft.Authorization/policyExemptions/{policyExemptionName}'.

PolicyExemptionsGet(String, String, Func<HttpResponseMessage, Task<IPolicyExemption>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves a single policy exemption, given its name and the scope it was created at.

PolicyExemptionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPolicyExemption>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves a single policy exemption, given its name and the scope it was created at.

PolicyExemptionsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicyExemptionsGetWithResult(String, String, IEventListener, ISendAsync)
PolicyExemptionsList(String, String, Func<HttpResponseMessage, Task<IPolicyExemptionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy exemptions associated with the given subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()', 'excludeExpired()' or 'policyAssignmentId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy exemptions associated with the subscription, including those that apply directly or from management groups that contain the given subscription, as well as any applied to objects contained within the subscription.

PolicyExemptionsListForManagementGroup(String, String, Func<HttpResponseMessage, Task<IPolicyExemptionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy exemptions applicable to the management group that match the given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()', 'excludeExpired()' or 'policyAssignmentId eq '{value}''. If $filter=atScope() is provided, the returned list includes all policy exemptions that are assigned to the management group or the management group's ancestors.

PolicyExemptionsListForManagementGroupViaIdentity(String, String, Func<HttpResponseMessage,Task<IPolicyExemptionListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy exemptions applicable to the management group that match the given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()', 'excludeExpired()' or 'policyAssignmentId eq '{value}''. If $filter=atScope() is provided, the returned list includes all policy exemptions that are assigned to the management group or the management group's ancestors.

PolicyExemptionsListForManagementGroupViaIdentityWithResult(String, String, IEventListener, ISendAsync)
PolicyExemptionsListForManagementGroupWithResult(String, String, IEventListener, ISendAsync)
PolicyExemptionsListForResource(String, String, String, String, String, String, String, Func<HttpResponseMessage,Task<IPolicyExemptionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy exemptions associated with the specified resource in the given resource group and subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()', 'excludeExpired()' or 'policyAssignmentId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy exemptions associated with the resource, including those that apply directly or from all containing scopes, as well as any applied to resources contained within the resource. Three parameters plus the resource name are used to identify a specific resource. If the resource is not part of a parent resource (the more common case), the parent resource path should not be provided (or provided as ''). For example a web app could be specified as ({resourceProviderNamespace} == 'Microsoft.Web', {parentResourcePath} == '', {resourceType} == 'sites', {resourceName} == 'MyWebApp'). If the resource is part of a parent resource, then all parameters should be provided. For example a virtual machine DNS name could be specified as ({resourceProviderNamespace} == 'Microsoft.Compute', {parentResourcePath} == 'virtualMachines/MyVirtualMachine', {resourceType} == 'domainNames', {resourceName} == 'MyComputerName'). A convenient alternative to providing the namespace and type name separately is to provide both in the {resourceType} parameter, format: ({resourceProviderNamespace} == '', {parentResourcePath} == '', {resourceType} == 'Microsoft.Web/sites', {resourceName} == 'MyWebApp').

PolicyExemptionsListForResourceGroup(String, String, String, Func<HttpResponseMessage, Task<IPolicyExemptionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy exemptions associated with the given resource group in the given subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()', 'excludeExpired()' or 'policyAssignmentId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy exemptions associated with the resource group, including those that apply directly or apply from containing scopes, as well as any applied to resources contained within the resource group.

PolicyExemptionsListForResourceGroupViaIdentity(String, String, Func<HttpResponseMessage,Task<IPolicyExemptionListResult>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy exemptions associated with the given resource group in the given subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()', 'excludeExpired()' or 'policyAssignmentId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy exemptions associated with the resource group, including those that apply directly or apply from containing scopes, as well as any applied to resources contained within the resource group.

PolicyExemptionsListForResourceGroupViaIdentityWithResult(String, String, IEventListener, ISendAsync)
PolicyExemptionsListForResourceGroupWithResult(String, String, String, IEventListener, ISendAsync)
PolicyExemptionsListForResourceViaIdentity(String, String, Func<HttpResponseMessage, Task<IPolicyExemptionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy exemptions associated with the specified resource in the given resource group and subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()', 'excludeExpired()' or 'policyAssignmentId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy exemptions associated with the resource, including those that apply directly or from all containing scopes, as well as any applied to resources contained within the resource. Three parameters plus the resource name are used to identify a specific resource. If the resource is not part of a parent resource (the more common case), the parent resource path should not be provided (or provided as ''). For example a web app could be specified as ({resourceProviderNamespace} == 'Microsoft.Web', {parentResourcePath} == '', {resourceType} == 'sites', {resourceName} == 'MyWebApp'). If the resource is part of a parent resource, then all parameters should be provided. For example a virtual machine DNS name could be specified as ({resourceProviderNamespace} == 'Microsoft.Compute', {parentResourcePath} == 'virtualMachines/MyVirtualMachine', {resourceType} == 'domainNames', {resourceName} == 'MyComputerName'). A convenient alternative to providing the namespace and type name separately is to provide both in the {resourceType} parameter, format: ({resourceProviderNamespace} == '', {parentResourcePath} == '', {resourceType} == 'Microsoft.Web/sites', {resourceName} == 'MyWebApp').

PolicyExemptionsListForResourceViaIdentityWithResult(String, String, IEventListener, ISendAsync)
PolicyExemptionsListForResourceWithResult(String, String, String, String, String, String, String, IEventListener, ISendAsync)
PolicyExemptionsListViaIdentity(String, String, Func<HttpResponseMessage, Task<IPolicyExemptionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the list of all policy exemptions associated with the given subscription that match the optional given $filter. Valid values for $filter are: 'atScope()', 'atExactScope()', 'excludeExpired()' or 'policyAssignmentId eq '{value}''. If $filter is not provided, the unfiltered list includes all policy exemptions associated with the subscription, including those that apply directly or from management groups that contain the given subscription, as well as any applied to objects contained within the subscription.

PolicyExemptionsListViaIdentityWithResult(String, String, IEventListener, ISendAsync)
PolicyExemptionsListWithResult(String, String, IEventListener, ISendAsync)
PolicyExemptionsUpdate(String, String, IPolicyExemptionUpdate, Func<HttpResponseMessage,Task<IPolicyExemption>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation updates a policy exemption with the given scope and name.

PolicyExemptionsUpdateViaIdentity(String, IPolicyExemptionUpdate, Func<HttpResponseMessage,Task<IPolicyExemption>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation updates a policy exemption with the given scope and name.

PolicyExemptionsUpdateViaIdentityWithResult(String, IPolicyExemptionUpdate, IEventListener, ISendAsync, SerializationMode)
PolicyExemptionsUpdateViaJsonString(String, String, String, Func<HttpResponseMessage, Task<IPolicyExemption>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation updates a policy exemption with the given scope and name.

PolicyExemptionsUpdateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
PolicyExemptionsUpdateWithResult(String, String, IPolicyExemptionUpdate, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionsCreateOrUpdate(String, String, IPolicySetDefinition, Func<HttpResponseMessage,Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage, Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy set definition in the given subscription with the given name.

PolicySetDefinitionsCreateOrUpdateAtManagementGroup(String, String, IPolicySetDefinition, Func<HttpResponseMessage,Task<IPolicySetDefinition>, Task>, Func<HttpResponseMessage,Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy set definition in the given management group with the given name.

PolicySetDefinitionsCreateOrUpdateAtManagementGroupViaIdentity(String, IPolicySetDefinition, Func<HttpResponseMessage,Task<IPolicySetDefinition>, Task>, Func<HttpResponseMessage,Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy set definition in the given management group with the given name.

PolicySetDefinitionsCreateOrUpdateAtManagementGroupViaIdentityWithResult(String, IPolicySetDefinition, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionsCreateOrUpdateAtManagementGroupViaJsonString(String, String, String, Func<HttpResponseMessage,Task<IPolicySetDefinition>, Task>, Func<HttpResponseMessage,Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation creates or updates a policy set definition in the given management group with the given name.

PolicySetDefinitionsCreateOrUpdateAtManagementGroupViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
PolicySetDefinitionsCreateOrUpdateAtManagementGroupWithResult(String, String, IPolicySetDefinition, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionsCreateOrUpdateViaIdentity(String, IPolicySetDefinition, Func<HttpResponseMessage,Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage, Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy set definition in the given subscription with the given name.

PolicySetDefinitionsCreateOrUpdateViaIdentityWithResult(String, IPolicySetDefinition, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionsCreateOrUpdateViaJsonString(String, String, String, Func<HttpResponseMessage,Task<IPolicySetDefinition>, Task>, Func<HttpResponseMessage,Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation creates or updates a policy set definition in the given subscription with the given name.

PolicySetDefinitionsCreateOrUpdateViaJsonStringWithResult(String, String, String, IEventListener, ISendAsync)
PolicySetDefinitionsCreateOrUpdateWithResult(String, String, IPolicySetDefinition, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionsDelete(String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy set definition in the given subscription with the given name.

PolicySetDefinitionsDeleteAtManagementGroup(String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy set definition in the given management group with the given name.

PolicySetDefinitionsDeleteAtManagementGroupViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy set definition in the given management group with the given name.

PolicySetDefinitionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy set definition in the given subscription with the given name.

PolicySetDefinitionsGet(String, String, Func<HttpResponseMessage, Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the policy set definition in the given subscription with the given name.

PolicySetDefinitionsGetAtManagementGroup(String, String, Func<HttpResponseMessage, Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the policy set definition in the given management group with the given name.

PolicySetDefinitionsGetAtManagementGroupViaIdentity(String, Func<HttpResponseMessage, Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the policy set definition in the given management group with the given name.

PolicySetDefinitionsGetAtManagementGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionsGetAtManagementGroupWithResult(String, String, IEventListener, ISendAsync)
PolicySetDefinitionsGetBuiltIn(String, Func<HttpResponseMessage, Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the built-in policy set definition with the given name.

PolicySetDefinitionsGetBuiltInViaIdentity(String, Func<HttpResponseMessage, Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the built-in policy set definition with the given name.

PolicySetDefinitionsGetBuiltInViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionsGetBuiltInWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPolicySetDefinition>,Task>, Func<HttpResponseMessage,Task<ICloudError>, Task>, IEventListener, ISendAsync)

This operation retrieves the policy set definition in the given subscription with the given name.

PolicySetDefinitionsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionsGetWithResult(String, String, IEventListener, ISendAsync)
PolicySetDefinitionsList(String, String, Nullable<Int32>, Func<HttpResponseMessage, Task<IPolicySetDefinitionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

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}.

PolicySetDefinitionsListBuiltIn(String, Nullable<Int32>, Func<HttpResponseMessage, Task<IPolicySetDefinitionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

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}.

PolicySetDefinitionsListBuiltInViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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}.

PolicySetDefinitionsListBuiltInViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionsListBuiltInWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionsListByManagementGroup(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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}.

PolicySetDefinitionsListByManagementGroupViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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}.

PolicySetDefinitionsListByManagementGroupViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionsListByManagementGroupWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionsListViaIdentity(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

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}.

PolicySetDefinitionsListViaIdentityWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionsListWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionVersionsCreateOrUpdate(String, String, String, IPolicySetDefinitionVersion, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy set definition version in the given subscription with the given name and version.

PolicySetDefinitionVersionsCreateOrUpdateAtManagementGroup(String, String, String, IPolicySetDefinitionVersion, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy set definition version in the given management group with the given name and version.

PolicySetDefinitionVersionsCreateOrUpdateAtManagementGroupViaIdentity(String, IPolicySetDefinitionVersion, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy set definition version in the given management group with the given name and version.

PolicySetDefinitionVersionsCreateOrUpdateAtManagementGroupViaIdentityWithResult(String, IPolicySetDefinitionVersion, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionVersionsCreateOrUpdateAtManagementGroupViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation creates or updates a policy set definition version in the given management group with the given name and version.

PolicySetDefinitionVersionsCreateOrUpdateAtManagementGroupViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsCreateOrUpdateAtManagementGroupWithResult(String, String, String, IPolicySetDefinitionVersion, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionVersionsCreateOrUpdateViaIdentity(String, IPolicySetDefinitionVersion, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync, SerializationMode)

This operation creates or updates a policy set definition version in the given subscription with the given name and version.

PolicySetDefinitionVersionsCreateOrUpdateViaIdentityWithResult(String, IPolicySetDefinitionVersion, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionVersionsCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation creates or updates a policy set definition version in the given subscription with the given name and version.

PolicySetDefinitionVersionsCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsCreateOrUpdateWithResult(String, String, String, IPolicySetDefinitionVersion, IEventListener, ISendAsync, SerializationMode)
PolicySetDefinitionVersionsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy set definition version in the given subscription with the given name and version.

PolicySetDefinitionVersionsDeleteAtManagementGroup(String, String, String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy set definition version in the given management group with the given name and version.

PolicySetDefinitionVersionsDeleteAtManagementGroupViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy set definition version in the given management group with the given name and version.

PolicySetDefinitionVersionsDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation deletes the policy set definition version in the given subscription with the given name and version.

PolicySetDefinitionVersionsGet(String, String, String, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the policy set definition version in the given subscription with the given name and version.

PolicySetDefinitionVersionsGetAtManagementGroup(String, String, String, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the policy set definition version in the given management group with the given name and version.

PolicySetDefinitionVersionsGetAtManagementGroupViaIdentity(String, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the policy set definition version in the given management group with the given name and version.

PolicySetDefinitionVersionsGetAtManagementGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsGetAtManagementGroupWithResult(String, String, String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsGetBuiltIn(String, String, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the built-in policy set definition version with the given name and version.

PolicySetDefinitionVersionsGetBuiltInViaIdentity(String, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the built-in policy set definition version with the given name and version.

PolicySetDefinitionVersionsGetBuiltInViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsGetBuiltInWithResult(String, String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsGetViaIdentity(String, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersion>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves the policy set definition version in the given subscription with the given name and version.

PolicySetDefinitionVersionsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsGetWithResult(String, String, String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsList(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy set definition versions for the given policy set definition.

PolicySetDefinitionVersionsListAll(String, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the policy set definition versions for all policy set definitions within a subscription.

PolicySetDefinitionVersionsListAllAtManagementGroup(String, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the policy set definition versions for all policy set definitions at the management group scope.

PolicySetDefinitionVersionsListAllAtManagementGroupViaIdentity(String, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the policy set definition versions for all policy set definitions at the management group scope.

PolicySetDefinitionVersionsListAllAtManagementGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListAllAtManagementGroupWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListAllBuiltins(Func<HttpResponseMessage, Task<IPolicySetDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the built-in policy set definition versions for all built-in policy set definitions.

PolicySetDefinitionVersionsListAllBuiltinsViaIdentity(String, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the built-in policy set definition versions for all built-in policy set definitions.

PolicySetDefinitionVersionsListAllBuiltinsViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListAllBuiltinsWithResult(IEventListener, ISendAsync)
PolicySetDefinitionVersionsListAllViaIdentity(String, Func<HttpResponseMessage, Task<IPolicySetDefinitionVersionListResult>,Task>, Func<HttpResponseMessage, Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation lists all the policy set definition versions for all policy set definitions within a subscription.

PolicySetDefinitionVersionsListAllViaIdentityWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListAllWithResult(String, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListBuiltIn(String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the built-in policy set definition versions for the given built-in policy set definition.

PolicySetDefinitionVersionsListBuiltInViaIdentity(String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the built-in policy set definition versions for the given built-in policy set definition.

PolicySetDefinitionVersionsListBuiltInViaIdentityWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListBuiltInWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListByManagementGroup(String, String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy set definition versions for the given policy set definition in a given management group.

PolicySetDefinitionVersionsListByManagementGroupViaIdentity(String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy set definition versions for the given policy set definition in a given management group.

PolicySetDefinitionVersionsListByManagementGroupViaIdentityWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListByManagementGroupWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListViaIdentity(String, Nullable<Int32>, Func<HttpResponseMessage,Task<IPolicySetDefinitionVersionListResult>, Task>, Func<HttpResponseMessage,Task<ICloudError>,Task>, IEventListener, ISendAsync)

This operation retrieves a list of all the policy set definition versions for the given policy set definition.

PolicySetDefinitionVersionsListViaIdentityWithResult(String, Nullable<Int32>, IEventListener, ISendAsync)
PolicySetDefinitionVersionsListWithResult(String, String, Nullable<Int32>, IEventListener, ISendAsync)

Applies to