azure.mgmt.iotcentral.models module¶
-
class
azure.mgmt.iotcentral.models.App(*, location: str, sku, tags=None, display_name: str = None, subdomain: str = None, template: 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.
tags (dict[str, str]) – The resource tags.
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.
sku (AppSkuInfo) – Required. A valid instance SKU.
-
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.
- Variables
name_available (bool) – The value which indicates whether the provided name is available.
reason (str) – The reason for unavailability.
message (str) – The detailed reason message.
-
class
azure.mgmt.iotcentral.models.AppPatch(*, tags=None, display_name: str = None, subdomain: str = None, template: 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
tags (dict[str, str]) – Instance tags
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
application_id (str) – The ID of the application.
-
class
azure.mgmt.iotcentral.models.AppSkuInfo(*, name, **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.
- Parameters
name (str or AppSku) – Required. The name of the SKU. Possible values include: ‘F1’, ‘S1’, ‘ST0’, ‘ST1’, ‘ST2’
-
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.
app_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.
-
class
azure.mgmt.iotcentral.models.CloudErrorBody(*, details=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.
- Variables
- Parameters
details (list[CloudErrorBody]) – A list of additional details about the error.
-
class
azure.mgmt.iotcentral.models.Operation(*, display=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
name (str) – Operation name: {provider}/{resource}/{read | write | action | delete}
- 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.
- Variables
provider (str) – Service provider: Microsoft IoT Central
resource (str) – Resource Type: IoT Central
operation (str) – Name of the operation
description (str) – Friendly description for the operation,
-
class
azure.mgmt.iotcentral.models.OperationInputs(*, name: str, type: str = 'IoTApps', **kwargs)[source]¶ Bases:
msrest.serialization.ModelInput values.
All required parameters must be populated in order to send to Azure.
- Parameters
name (str) – Required. The name of the IoT Central application instance to check.
type (str) – The type of the IoT Central resource to query. Default value: “IoTApps” .
-
class
azure.mgmt.iotcentral.models.Resource(*, location: str, tags=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.AppPaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
AppobjectBring async to Paging.
“async_command” is mandatory keyword argument for this mixin to work.
-
class
azure.mgmt.iotcentral.models.AppTemplatePaged(*args, **kwargs)[source]¶ Bases:
msrest.paging.PagedA paging container for iterating over a list of
AppTemplateobjectBring async to Paging.
“async_command” is mandatory keyword argument for this mixin to work.