azure.mgmt.resource.links.v2016_09_01.models module¶
-
class
azure.mgmt.resource.links.v2016_09_01.models.
Filter
(value)[source]¶ -
An enumeration.
-
at_scope
= 'atScope()'¶
-
-
class
azure.mgmt.resource.links.v2016_09_01.models.
Operation
(*, name: str = None, display=None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
Microsoft.Resources operation.
- Parameters
name (str) – Operation name: {provider}/{resource}/{operation}
display (OperationDisplay) – The object that represents the operation.
-
class
azure.mgmt.resource.links.v2016_09_01.models.
OperationDisplay
(*, provider: str = None, resource: str = None, operation: str = None, description: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
The object that represents the operation.
-
class
azure.mgmt.resource.links.v2016_09_01.models.
OperationPaged
(*args, **kwargs)[source]¶ Bases:
msrest.paging.Paged
A paging container for iterating over a list of
Operation
objectBring async to Paging.
“async_command” is mandatory keyword argument for this mixin to work.
-
class
azure.mgmt.resource.links.v2016_09_01.models.
ResourceLink
(*, properties=None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
The resource link.
Variables are only populated by the server, and will be ignored when sending a request.
-
class
azure.mgmt.resource.links.v2016_09_01.models.
ResourceLinkFilter
(*, target_id: str, **kwargs)[source]¶ Bases:
msrest.serialization.Model
Resource link filter.
All required parameters must be populated in order to send to Azure.
- Parameters
target_id (str) – Required. The ID of the target resource.
-
class
azure.mgmt.resource.links.v2016_09_01.models.
ResourceLinkPaged
(*args, **kwargs)[source]¶ Bases:
msrest.paging.Paged
A paging container for iterating over a list of
ResourceLink
objectBring async to Paging.
“async_command” is mandatory keyword argument for this mixin to work.
-
class
azure.mgmt.resource.links.v2016_09_01.models.
ResourceLinkProperties
(*, target_id: str, notes: str = None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
The resource link properties.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.