azure.mgmt.iotcentral.models module¶
-
class
azure.mgmt.iotcentral.models.App(*, location: str, sku: azure.mgmt.iotcentral.models._models_py3.AppSkuInfo, tags: Optional[Dict[str, str]] = None, identity: Optional[azure.mgmt.iotcentral.models._models_py3.SystemAssignedServiceIdentity] = None, display_name: Optional[str] = None, subdomain: Optional[str] = None, template: Optional[str] = None, **kwargs)[source]¶ Bases:
azure.mgmt.iotcentral.models._models_py3.ResourceThe IoT Central application.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Variables
- Parameters
location (str) – Required. The resource location.
sku (AppSkuInfo) – Required. A valid instance SKU.
identity (SystemAssignedServiceIdentity) – The managed identities for the IoT Central application.
display_name (str) – The display name of the application.
subdomain (str) – The subdomain of the application.
template (str) – The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.
-
class
azure.mgmt.iotcentral.models.AppAvailabilityInfo(**kwargs)[source]¶ Bases:
msrest.serialization.ModelThe properties indicating whether a given IoT Central application name or subdomain is available.
Variables are only populated by the server, and will be ignored when sending a request.
-
class
azure.mgmt.iotcentral.models.AppListResult(*, next_link: Optional[str] = None, value: Optional[List[azure.mgmt.iotcentral.models._models_py3.App]] = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelA list of IoT Central Applications with a next link.
-
class
azure.mgmt.iotcentral.models.AppPatch(*, tags: Optional[Dict[str, str]] = None, sku: Optional[azure.mgmt.iotcentral.models._models_py3.AppSkuInfo] = None, identity: Optional[azure.mgmt.iotcentral.models._models_py3.SystemAssignedServiceIdentity] = None, display_name: Optional[str] = None, subdomain: Optional[str] = None, template: Optional[str] = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelThe description of the IoT Central application.
Variables are only populated by the server, and will be ignored when sending a request.
- Parameters
sku (AppSkuInfo) – A valid instance SKU.
identity (SystemAssignedServiceIdentity) – The managed identities for the IoT Central application.
display_name (str) – The display name of the application.
subdomain (str) – The subdomain of the application.
template (str) – The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.
- Variables
-
class
azure.mgmt.iotcentral.models.AppSku(value)[source]¶ -
The name of the SKU.
-
ST0= 'ST0'¶
-
ST1= 'ST1'¶
-
ST2= 'ST2'¶
-
-
class
azure.mgmt.iotcentral.models.AppSkuInfo(*, name: str, **kwargs)[source]¶ Bases:
msrest.serialization.ModelInformation about the SKU of the IoT Central application.
All required parameters must be populated in order to send to Azure.
-
class
azure.mgmt.iotcentral.models.AppState(value)[source]¶ -
The current state of the application.
-
CREATED= 'created'¶
-
SUSPENDED= 'suspended'¶
-
-
class
azure.mgmt.iotcentral.models.AppTemplate(**kwargs)[source]¶ Bases:
msrest.serialization.ModelIoT Central Application Template.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables
manifest_id (str) – The ID of the template.
manifest_version (str) – The version of the template.
name (str) – The name of the template.
title (str) – The title of the template.
order (float) – The order of the template in the templates list.
description (str) – The description of the template.
industry (str) – The industry of the template.
locations (list[AppTemplateLocations]) – A list of locations that support the template.
-
class
azure.mgmt.iotcentral.models.AppTemplateLocations(**kwargs)[source]¶ Bases:
msrest.serialization.ModelIoT Central Application Template Locations.
Variables are only populated by the server, and will be ignored when sending a request.
-
class
azure.mgmt.iotcentral.models.AppTemplatesResult(*, next_link: Optional[str] = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelA list of IoT Central Application Templates with a next link.
Variables are only populated by the server, and will be ignored when sending a request.
- Parameters
next_link (str) – The link used to get the next page of IoT Central application templates.
- Variables
value (list[AppTemplate]) – A list of IoT Central Application Templates.
-
class
azure.mgmt.iotcentral.models.CloudErrorBody(*, details: Optional[List[azure.mgmt.iotcentral.models._models_py3.CloudErrorBody]] = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelDetails of error response.
Variables are only populated by the server, and will be ignored when sending a request.
-
class
azure.mgmt.iotcentral.models.Operation(*, display: Optional[azure.mgmt.iotcentral.models._models_py3.OperationDisplay] = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelIoT Central REST API operation.
Variables are only populated by the server, and will be ignored when sending a request.
- Variables
- Parameters
display (OperationDisplay) – The object that represents the operation.
-
class
azure.mgmt.iotcentral.models.OperationDisplay(**kwargs)[source]¶ Bases:
msrest.serialization.ModelThe object that represents the operation.
Variables are only populated by the server, and will be ignored when sending a request.
-
class
azure.mgmt.iotcentral.models.OperationInputs(*, name: str, type: Optional[str] = 'IoTApps', **kwargs)[source]¶ Bases:
msrest.serialization.ModelInput values.
All required parameters must be populated in order to send to Azure.
-
class
azure.mgmt.iotcentral.models.OperationListResult(*, next_link: Optional[str] = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelA list of IoT Central operations. It contains a list of operations and a URL link to get the next set of results.
Variables are only populated by the server, and will be ignored when sending a request.
-
class
azure.mgmt.iotcentral.models.Resource(*, location: str, tags: Optional[Dict[str, str]] = None, **kwargs)[source]¶ Bases:
msrest.serialization.ModelThe common properties of an ARM resource.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
-
class
azure.mgmt.iotcentral.models.SystemAssignedServiceIdentity(*, type: str, **kwargs)[source]¶ Bases:
msrest.serialization.ModelManaged service identity (either system assigned, or none).
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Variables
- Parameters
type (str or SystemAssignedServiceIdentityType) – Required. Type of managed service identity (either system assigned, or none). Possible values include: “None”, “SystemAssigned”.