CloudServiceExtensionProfile Class
Describes a cloud service extension profile.
- Inheritance
-
azure.mgmt.compute._serialization.ModelCloudServiceExtensionProfile
Constructor
CloudServiceExtensionProfile(*, extensions: List[_models.Extension] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
extensions
|
List of extensions for the cloud service. |
Variables
Name | Description |
---|---|
extensions
|
List of extensions for the cloud service. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python