azure.mgmt.resource.links.v2016_09_01.models module

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.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.

Variables

source_id (str) – The fully qualified ID of the source resource in the link.

Parameters
  • target_id (str) – Required. The fully qualified ID of the target resource in the link.

  • notes (str) – Notes about the resource link.

Bases: msrest.serialization.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.

Parameters

properties (ResourceLinkProperties) – Properties for resource link.

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 object

Bring async to Paging.

“async_command” is mandatory keyword argument for this mixin to work.

class azure.mgmt.resource.links.v2016_09_01.models.Filter[source]

Bases: str, enum.Enum

An enumeration.

at_scope = 'atScope()'