azure.mgmt.resource.policy package¶
Module contents¶
-
class
azure.mgmt.resource.policy.PolicyClient(credential: TokenCredential, subscription_id: str, api_version: Optional[str] = None, base_url: str = 'https://management.azure.com', profile: azure.profiles.KnownProfiles = <KnownProfiles.default: <azure.profiles.DefaultProfile object>>, **kwargs: Any)[source]¶ Bases:
azure.profiles.multiapiclient.MultiApiClientMixin,azure.mgmt.resource.policy._policy_client._SDKClientTo manage and control access to your resources, you can define customized policies and assign them at a scope.
This ready contains multiple API versions, to help you deal with all of the Azure clouds (Azure Stack, Azure Government, Azure China, etc.). By default, it uses the latest API version available on public Azure. For production, you should stick to a particular api-version and/or profile. The profile sets a mapping between an operation group and its API version. The api-version parameter sets the default API version if the operation group is not described in the profile.
- Parameters
credential (TokenCredential) – Credential needed for the client to connect to Azure. Required.
subscription_id (str) – The ID of the target subscription. Required.
api_version (str) – API version to use if no profile is provided, or if missing in profile.
base_url (str) – Service URL
profile (azure.profiles.KnownProfiles) – A profile definition, from KnownProfiles to dict.
This is a fake class to support current implemetation of MultiApiClientMixin.” Will be removed in final version of multiapi azure-core based client
-
classmethod
models(api_version='2022-06-01')[source]¶ Module depends on the API version:
2015-10-01-preview:
v2015_10_01_preview.models2016-04-01:
v2016_04_01.models2016-12-01:
v2016_12_01.models2017-06-01-preview:
v2017_06_01_preview.models2018-03-01:
v2018_03_01.models2018-05-01:
v2018_05_01.models2019-01-01:
v2019_01_01.models2019-06-01:
v2019_06_01.models2019-09-01:
v2019_09_01.models2020-07-01-preview:
v2020_07_01_preview.models2020-09-01:
v2020_09_01.models2021-06-01:
v2021_06_01.models2022-06-01:
v2022_06_01.models2022-07-01-preview:
v2022_07_01_preview.models2022-08-01-preview:
v2022_08_01_preview.models
-
DEFAULT_API_VERSION= '2022-06-01'¶
-
LATEST_PROFILE= azure.mgmt.resource.policy.PolicyClient latest¶
-
property
data_policy_manifests¶ Instance depends on the API version:
2020-09-01:
DataPolicyManifestsOperations
-
property
policy_assignments¶ Instance depends on the API version:
2015-10-01-preview:
PolicyAssignmentsOperations2016-04-01:
PolicyAssignmentsOperations2016-12-01:
PolicyAssignmentsOperations2017-06-01-preview:
PolicyAssignmentsOperations2018-03-01:
PolicyAssignmentsOperations2018-05-01:
PolicyAssignmentsOperations2019-01-01:
PolicyAssignmentsOperations2019-06-01:
PolicyAssignmentsOperations2019-09-01:
PolicyAssignmentsOperations2020-09-01:
PolicyAssignmentsOperations2021-06-01:
PolicyAssignmentsOperations2022-06-01:
PolicyAssignmentsOperations
-
property
policy_definitions¶ Instance depends on the API version:
2015-10-01-preview:
PolicyDefinitionsOperations2016-04-01:
PolicyDefinitionsOperations2016-12-01:
PolicyDefinitionsOperations2018-03-01:
PolicyDefinitionsOperations2018-05-01:
PolicyDefinitionsOperations2019-01-01:
PolicyDefinitionsOperations2019-06-01:
PolicyDefinitionsOperations2019-09-01:
PolicyDefinitionsOperations2020-09-01:
PolicyDefinitionsOperations2021-06-01:
PolicyDefinitionsOperations
-
property
policy_exemptions¶ Instance depends on the API version:
2020-07-01-preview:
PolicyExemptionsOperations2022-07-01-preview:
PolicyExemptionsOperations
-
property
policy_set_definitions¶ Instance depends on the API version:
2017-06-01-preview:
PolicySetDefinitionsOperations2018-03-01:
PolicySetDefinitionsOperations2018-05-01:
PolicySetDefinitionsOperations2019-01-01:
PolicySetDefinitionsOperations2019-06-01:
PolicySetDefinitionsOperations2019-09-01:
PolicySetDefinitionsOperations2020-09-01:
PolicySetDefinitionsOperations2021-06-01:
PolicySetDefinitionsOperations
-
property
variable_values¶ Instance depends on the API version:
2022-08-01-preview:
VariableValuesOperations
-
property
variables¶ Instance depends on the API version:
2022-08-01-preview:
VariablesOperations