Get Application Group Result
data class GetApplicationGroupResult(val azureApiVersion: String, val clientAppGroupIdentifier: String, val id: String, val isEnabled: Boolean? = null, val location: String, val name: String, val policies: List<ThrottlingPolicyResponse>? = null, val systemData: SystemDataResponse, val type: String)
The Application Group object
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, clientAppGroupIdentifier: String, id: String, isEnabled: Boolean? = null, location: String, name: String, policies: List<ThrottlingPolicyResponse>? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)
Link copied to clipboard
List of group policies that define the behavior of application group. The policies can support resource governance scenarios such as limiting ingress or egress traffic.
Link copied to clipboard
The system meta data relating to this resource.