Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupProperties
Packages that use ApplicationGroupProperties
Package
Description
Package containing the inner data models for EventHubManagementClient.
-
Uses of ApplicationGroupProperties in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return ApplicationGroupPropertiesModifier and TypeMethodDescriptionstatic ApplicationGroupPropertiesApplicationGroupProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationGroupProperties from the JsonReader.ApplicationGroupProperties.withClientAppGroupIdentifier(String clientAppGroupIdentifier) Set the clientAppGroupIdentifier property: The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid).ApplicationGroupProperties.withIsEnabled(Boolean isEnabled) Set the isEnabled property: Determines if Application Group is allowed to create connection with namespace or not.ApplicationGroupProperties.withPolicies(List<ApplicationGroupPolicy> policies) Set the policies property: List of group policies that define the behavior of application group.