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. |
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