ResourceAssociation Class
Information about resource association.
- Inheritance
-
azure.mgmt.batch._serialization.ModelResourceAssociation
Constructor
ResourceAssociation(*, name: str | None = None, access_mode: str | _models.ResourceAssociationAccessMode | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the resource association. |
access_mode
|
Access mode of the resource association. Known values are: "Enforced", "Learning", and "Audit". |
Variables
Name | Description |
---|---|
name
|
Name of the resource association. |
access_mode
|
Access mode of the resource association. Known values are: "Enforced", "Learning", and "Audit". |
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