Class GetApplicationGroupResult
- java.lang.Object
-
- com.pulumi.azurenative.eventhub.outputs.GetApplicationGroupResult
-
public final class GetApplicationGroupResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetApplicationGroupResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetApplicationGroupResult.Builder
builder()
static GetApplicationGroupResult.Builder
builder(GetApplicationGroupResult defaults)
java.lang.String
clientAppGroupIdentifier()
java.lang.String
id()
java.util.Optional<java.lang.Boolean>
isEnabled()
java.lang.String
location()
java.lang.String
name()
java.util.List<ThrottlingPolicyResponse>
policies()
SystemDataResponse
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
clientAppGroupIdentifier
public java.lang.String clientAppGroupIdentifier()
- Returns:
- The Unique identifier for application group.Supports SAS(SASKeyName=KeyName) or AAD(AADAppID=Guid)
-
id
public java.lang.String id()
- Returns:
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
-
isEnabled
public java.util.Optional<java.lang.Boolean> isEnabled()
- Returns:
- 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
public java.lang.String location()
- Returns:
- The geo-location where the resource lives
-
name
public java.lang.String name()
- Returns:
- The name of the resource
-
policies
public java.util.List<ThrottlingPolicyResponse> policies()
- Returns:
- 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
public SystemDataResponse systemData()
- Returns:
- The system meta data relating to this resource.
-
type
public java.lang.String type()
- Returns:
- The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
-
builder
public static GetApplicationGroupResult.Builder builder()
-
builder
public static GetApplicationGroupResult.Builder builder(GetApplicationGroupResult defaults)
-
-