ResourceConfiguration Class
ResourceConfiguration.
Constructor
ResourceConfiguration(*, instance_count: int = 1, instance_type: str | None = None, properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
instance_count
|
Optional number of instances or nodes used by the compute target. Default value: 1
|
instance_type
|
Optional type of VM used as supported by the compute target. |
properties
|
Additional properties bag. |
Variables
Name | Description |
---|---|
instance_count
|
Optional number of instances or nodes used by the compute target. |
instance_type
|
Optional type of VM used as supported by the compute target. |
properties
|
Additional properties bag. |
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