Get App Result
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)
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
The display name of the application.
Link copied to clipboard
The managed identities for the IoT Central application.
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
Azure Resource Manager metadata containing createdBy and modifiedBy information.