Extension Class
Describes a cloud service Extension.
- Inheritance
-
azure.mgmt.compute._serialization.ModelExtension
Constructor
Extension(*, name: str | None = None, properties: _models.CloudServiceExtensionProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
The name of the extension. |
properties
|
Extension Properties. |
Variables
Name | Description |
---|---|
name
|
The name of the extension. |
properties
|
Extension Properties. |
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