GetAppResult

data class GetAppResult(val applicationId: String, val azureApiVersion: String, val displayName: String? = null, val id: String, val identity: SystemAssignedServiceIdentityResponse? = null, val location: String, val name: String, val networkRuleSets: NetworkRuleSetsResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: AppSkuInfoResponse, val state: String, val subdomain: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val template: String? = null, val type: String)

The IoT Central application.

Constructors

Link copied to clipboard
constructor(applicationId: String, azureApiVersion: String, displayName: String? = null, id: String, identity: SystemAssignedServiceIdentityResponse? = null, location: String, name: String, networkRuleSets: NetworkRuleSetsResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: AppSkuInfoResponse, state: String, subdomain: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, template: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the application.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val displayName: String? = null

The display name of the application.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The managed identities for the IoT Central application.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Network Rule Set Properties of this IoT Central application.

Link copied to clipboard

Private endpoint connections created on this IoT Central application.

Link copied to clipboard

The provisioning state of the application.

Link copied to clipboard

Whether requests from the public network are allowed.

Link copied to clipboard

A valid instance SKU.

Link copied to clipboard

The current state of the application.

Link copied to clipboard
val subdomain: String? = null

The subdomain of the application.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard
val template: String? = null

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.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"