RoleInstanceProperties Class
Role instance properties.
- Inheritance
-
azure.mgmt.compute._serialization.ModelRoleInstanceProperties
Constructor
RoleInstanceProperties(*, network_profile: _models.RoleInstanceNetworkProfile | None = None, instance_view: _models.RoleInstanceView | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
network_profile
|
Describes the network profile for the role instance. |
instance_view
|
The instance view of the role instance. |
Variables
Name | Description |
---|---|
network_profile
|
Describes the network profile for the role instance. |
instance_view
|
The instance view of the role instance. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python