azure.mgmt.resource.links.v2016_09_01.models module
- class azure.mgmt.resource.links.v2016_09_01.models.Operation(*, name: str | None = None, display: _models.OperationDisplay | None = None, **kwargs: Any)[source]
Bases:
Model
Microsoft.Resources operation.
- Variables:
name (str) – Operation name: {provider}/{resource}/{operation}.
display (OperationDisplay) – The object that represents the operation.
- Keyword Arguments:
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 = None, resource: str | None = None, operation: str | None = None, description: str | None = None, **kwargs: Any)[source]
Bases:
Model
The object that represents the operation.
- Variables:
- Keyword Arguments:
- class azure.mgmt.resource.links.v2016_09_01.models.OperationListResult(*, value: List[_models.Operation] | None = None, next_link: str | None = None, **kwargs: Any)[source]
Bases:
Model
Result of the request to list Microsoft.Resources operations. It contains a list of operations and a URL link to get the next set of results.
- Variables:
- Keyword Arguments:
- class azure.mgmt.resource.links.v2016_09_01.models.ResourceLink(*, properties: _models.ResourceLinkProperties | None = None, **kwargs: Any)[source]
Bases:
Model
The resource link.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables:
id (str) – The fully qualified ID of the resource link.
name (str) – The name of the resource link.
type (JSON) – The resource link object.
properties (ResourceLinkProperties) – Properties for resource link.
- Keyword Arguments:
properties (ResourceLinkProperties) – Properties for resource link.
- class azure.mgmt.resource.links.v2016_09_01.models.ResourceLinkFilter(*, target_id: str, **kwargs: Any)[source]
Bases:
Model
Resource link filter.
All required parameters must be populated in order to send to server.
- class azure.mgmt.resource.links.v2016_09_01.models.ResourceLinkProperties(*, target_id: str, notes: str | None = None, **kwargs: Any)[source]
Bases:
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 server.
- Variables:
- Keyword Arguments:
- class azure.mgmt.resource.links.v2016_09_01.models.ResourceLinkResult(*, value: List[_models.ResourceLink], **kwargs: Any)[source]
Bases:
Model
List of resource links.
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 server.
- Variables:
value (list[ResourceLink]) – An array of resource links. Required.
next_link (str) – The URL to use for getting the next set of results.
- Keyword Arguments:
value (list[ResourceLink]) – An array of resource links. Required.