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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python