ApplicationGroup Class

Definition

The Application Group object

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGroup : Microsoft.Azure.Management.EventHub.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGroup = class
    inherit ProxyResource
Public Class ApplicationGroup
Inherits ProxyResource
Inheritance
ApplicationGroup
Attributes

Constructors

ApplicationGroup()

Initializes a new instance of the ApplicationGroup class.

ApplicationGroup(String, String, String, String, String, Nullable<Boolean>, IList<ApplicationGroupPolicy>, SystemData)

Initializes a new instance of the ApplicationGroup class.

Properties

ClientAppGroupIdentifier

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

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from ProxyResource)
IsEnabled

Gets or sets 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

Location

Gets the geo-location where the resource lives

(Inherited from ProxyResource)
Name

Gets the name of the resource

(Inherited from ProxyResource)
Policies

Gets or sets 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.

SystemData

Gets the system meta data relating to this resource.

Type

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

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to