ApplicationGroup interface
Represents a ApplicationGroup definition.
- Extends
Properties
application |
Resource Type of ApplicationGroup. |
cloud |
Is cloud pc resource. NOTE: This property will not be serialized. It can only be populated by the server. |
description | Description of ApplicationGroup. |
friendly |
Friendly name of ApplicationGroup. |
host |
HostPool arm path of ApplicationGroup. |
object |
ObjectId of ApplicationGroup. (internal use) NOTE: This property will not be serialized. It can only be populated by the server. |
show |
Boolean representing whether the applicationGroup is show in the feed. |
system |
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
workspace |
Workspace arm path of ApplicationGroup. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
etag | 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. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
identity | |
kind | Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. |
location | The geo-location where the resource lives |
managed |
The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
plan | |
sku | |
tags | Resource tags. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
applicationGroupType
Resource Type of ApplicationGroup.
applicationGroupType: string
Property Value
string
cloudPcResource
Is cloud pc resource. NOTE: This property will not be serialized. It can only be populated by the server.
cloudPcResource?: boolean
Property Value
boolean
description
Description of ApplicationGroup.
description?: string
Property Value
string
friendlyName
Friendly name of ApplicationGroup.
friendlyName?: string
Property Value
string
hostPoolArmPath
HostPool arm path of ApplicationGroup.
hostPoolArmPath: string
Property Value
string
objectId
ObjectId of ApplicationGroup. (internal use) NOTE: This property will not be serialized. It can only be populated by the server.
objectId?: string
Property Value
string
showInFeed
Boolean representing whether the applicationGroup is show in the feed.
showInFeed?: boolean
Property Value
boolean
systemData
Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
workspaceArmPath
Workspace arm path of ApplicationGroup. NOTE: This property will not be serialized. It can only be populated by the server.
workspaceArmPath?: string
Property Value
string
Inherited Property Details
etag
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. NOTE: This property will not be serialized. It can only be populated by the server.
etag?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.etag
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.id
identity
identity?: ResourceModelWithAllowedPropertySetIdentity
Property Value
Inherited From ResourceModelWithAllowedPropertySet.identity
kind
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.
kind?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.kind
location
The geo-location where the resource lives
location?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.location
managedBy
The fully qualified resource ID of the resource that manages this resource. Indicates if this resource is managed by another Azure resource. If this is present, complete mode deployment will not delete the resource if it is removed from the template since it is managed by another resource.
managedBy?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.managedBy
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.name
plan
plan?: ResourceModelWithAllowedPropertySetPlan
Property Value
Inherited From ResourceModelWithAllowedPropertySet.plan
sku
sku?: ResourceModelWithAllowedPropertySetSku
Property Value
Inherited From ResourceModelWithAllowedPropertySet.sku
tags
Resource tags.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From ResourceModelWithAllowedPropertySet.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ResourceModelWithAllowedPropertySet.type