Get Application Group Result
data class GetApplicationGroupResult(val applicationGroupType: String, val cloudPcResource: Boolean, val description: String? = null, val etag: String, val friendlyName: String? = null, val hostPoolArmPath: String, val id: String, val identity: ResourceModelWithAllowedPropertySetResponseIdentity? = null, val kind: String? = null, val location: String? = null, val managedBy: String? = null, val migrationRequest: MigrationRequestPropertiesResponse? = null, val name: String, val objectId: String, val plan: ResourceModelWithAllowedPropertySetResponsePlan? = null, val sku: ResourceModelWithAllowedPropertySetResponseSku? = null, val tags: Map<String, String>? = null, val type: String, val workspaceArmPath: String)
Represents a ApplicationGroup definition.
Constructors
Link copied to clipboard
fun GetApplicationGroupResult(applicationGroupType: String, cloudPcResource: Boolean, description: String? = null, etag: String, friendlyName: String? = null, hostPoolArmPath: String, id: String, identity: ResourceModelWithAllowedPropertySetResponseIdentity? = null, kind: String? = null, location: String? = null, managedBy: String? = null, migrationRequest: MigrationRequestPropertiesResponse? = null, name: String, objectId: String, plan: ResourceModelWithAllowedPropertySetResponsePlan? = null, sku: ResourceModelWithAllowedPropertySetResponseSku? = null, tags: Map<String, String>? = null, type: String, workspaceArmPath: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard