SkuSettings Class
Describes Workspace Sku details and features.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
SkuSettings
Constructor
SkuSettings(*, restrictions: Optional[List[azure.mgmt.machinelearningservices.models._models_py3.Restriction]] = None, **kwargs)
Parameters
- restrictions
- list[Restriction]
Required
The restrictions because of which SKU cannot be used. This is empty if there are no restrictions.
Variables
The set of locations that the SKU is available. This will be supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.).
- location_info
- list[ResourceSkuLocationInfo]
A list of locations and availability zones in those locations where the SKU is available.
- tier
- str
Sku Tier like Basic or Enterprise.
- resource_type
- str
- name
- str
- capabilities
- list[SKUCapability]
List of features/user capabilities associated with the sku.
Feedback
Submit and view feedback for