GetApplicationGroupResult

data class GetApplicationGroupResult(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(clientAppGroupIdentifier: String, id: String, isEnabled: Boolean? = null, location: String, name: String, policies: List<ThrottlingPolicyResponse>? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)

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
val isEnabled: Boolean? = null

Determines if Application Group is allowed to create connection with namespace or not. Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

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.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"