azure.mgmt.resource.features.v2015_12_01.models module¶
-
class
azure.mgmt.resource.features.v2015_12_01.models.
FeatureProperties
(*, state: Optional[str] = None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
Information about feature.
- Parameters
state (str) – The registration state of the feature for the subscription.
-
class
azure.mgmt.resource.features.v2015_12_01.models.
FeatureResult
(*, name: Optional[str] = None, properties=None, id: Optional[str] = None, type: Optional[str] = None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
Previewed feature information.
- Parameters
name (str) – The name of the feature.
properties (FeatureProperties) – Properties of the previewed feature.
id (str) – The resource ID of the feature.
type (str) – The resource type of the feature.
-
class
azure.mgmt.resource.features.v2015_12_01.models.
FeatureResultPaged
(*args, **kwargs)[source]¶ Bases:
msrest.paging.Paged
A paging container for iterating over a list of
FeatureResult
objectBring async to Paging.
“async_command” is mandatory keyword argument for this mixin to work.
-
class
azure.mgmt.resource.features.v2015_12_01.models.
Operation
(*, name: Optional[str] = None, display=None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
Microsoft.Features operation.
- Parameters
name (str) – Operation name: {provider}/{resource}/{operation}
display (OperationDisplay) – The object that represents the operation.
-
class
azure.mgmt.resource.features.v2015_12_01.models.
OperationDisplay
(*, provider: Optional[str] = None, resource: Optional[str] = None, operation: Optional[str] = None, **kwargs)[source]¶ Bases:
msrest.serialization.Model
The object that represents the operation.
- Parameters
provider (str) – Service provider: Microsoft.Features
resource (str) – Resource on which the operation is performed: Profile, endpoint, etc.
operation (str) – Operation type: Read, write, delete, etc.