ProviderProperties Class

Provider properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
ProviderProperties

Constructor

ProviderProperties(*, aad: Optional[azure.mgmt.quantum.models._models_py3.ProviderPropertiesAad] = None, managed_application: Optional[azure.mgmt.quantum.models._models_py3.ProviderPropertiesManagedApplication] = None, targets: Optional[List[azure.mgmt.quantum.models._models_py3.TargetDescription]] = None, skus: Optional[List[azure.mgmt.quantum.models._models_py3.SkuDescription]] = None, quota_dimensions: Optional[List[azure.mgmt.quantum.models._models_py3.QuotaDimension]] = None, pricing_dimensions: Optional[List[azure.mgmt.quantum.models._models_py3.PricingDimension]] = None, **kwargs)

Parameters

aad
ProviderPropertiesAad
Required

Azure Active Directory info.

managed_application
ProviderPropertiesManagedApplication
Required

Provider's Managed-Application info.

targets
list[TargetDescription]
Required

The list of targets available from this provider.

skus
list[SkuDescription]
Required

The list of skus available from this provider.

quota_dimensions
list[QuotaDimension]
Required

The list of quota dimensions from the provider.

pricing_dimensions
list[PricingDimension]
Required

The list of pricing dimensions from the provider.

Variables

description
str

A description about this provider.

provider_type
str

Provider type.

company
str

Company name.

default_endpoint
str

Provider's default endpoint.