Scope Class

Scope is an enumeration of values for the scope of an asset.

Scope can be 'subscription' or 'resource_group'.

Inheritance
builtins.object
Scope

Constructor

Scope()

Attributes

RESOURCE_GROUP

Resource group scope.

RESOURCE_GROUP = 'resource_group'

SUBSCRIPTION

Subscription scope.

SUBSCRIPTION = 'subscription'