ApplicationPolicy Class
Managed application policy.
- Inheritance
-
azure.mgmt.resource.managedapplications._serialization.ModelApplicationPolicy
Constructor
ApplicationPolicy(*, name: str | None = None, policy_definition_id: str | None = None, parameters: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The policy name. |
policy_definition_id
|
The policy definition Id. |
parameters
|
The policy parameters. |
Variables
Name | Description |
---|---|
name
|
The policy name. |
policy_definition_id
|
The policy definition Id. |
parameters
|
The policy parameters. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python