EventHubsApplicationGroupData Class

Definition

A class representing the EventHubsApplicationGroup data model. The Application Group object

public class EventHubsApplicationGroupData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.EventHubs.EventHubsApplicationGroupData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.EventHubs.EventHubsApplicationGroupData>
type EventHubsApplicationGroupData = class
    inherit ResourceData
    interface IJsonModel<EventHubsApplicationGroupData>
    interface IPersistableModel<EventHubsApplicationGroupData>
Public Class EventHubsApplicationGroupData
Inherits ResourceData
Implements IJsonModel(Of EventHubsApplicationGroupData), IPersistableModel(Of EventHubsApplicationGroupData)
Inheritance
EventHubsApplicationGroupData
Implements

Constructors

EventHubsApplicationGroupData()

Initializes a new instance of EventHubsApplicationGroupData.

Properties

ClientAppGroupIdentifier

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

Id

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

(Inherited from ResourceData)
IsEnabled

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

The geo-location where the resource lives.

Name

The name of the resource.

(Inherited from ResourceData)
Policies

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. Please note EventHubsApplicationGroupPolicy is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include EventHubsThrottlingPolicy.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<EventHubsApplicationGroupData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EventHubsApplicationGroupData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EventHubsApplicationGroupData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EventHubsApplicationGroupData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EventHubsApplicationGroupData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to