azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.e...

356 строки
32 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient"
name: "ApplicationGroupsClient"
nameWithType: "ApplicationGroupsClient"
summary: "An instance of this class provides access to all the operations defined in Application<wbr>Groups<wbr>Client."
syntax: "public interface **ApplicationGroupsClient**"
methods:
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.createOrUpdateApplicationGroup(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.createOrUpdateApplicationGroup(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
name: "createOrUpdateApplicationGroup(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
nameWithType: "ApplicationGroupsClient.createOrUpdateApplicationGroup(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
summary: "Creates or updates an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ApplicationGroup."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGroupInner createOrUpdateApplicationGroup(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
desc: "Creates or updates an ApplicationGroup for a Namespace."
returns:
description: "the Application Group object."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.createOrUpdateApplicationGroupAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.createOrUpdateApplicationGroupAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
name: "createOrUpdateApplicationGroupAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
nameWithType: "ApplicationGroupsClient.createOrUpdateApplicationGroupAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
summary: "Creates or updates an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ApplicationGroup."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<ApplicationGroupInner> createOrUpdateApplicationGroupAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
desc: "Creates or updates an ApplicationGroup for a Namespace."
returns:
description: "the Application Group object on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.createOrUpdateApplicationGroupWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.createOrUpdateApplicationGroupWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters, Context context)"
name: "createOrUpdateApplicationGroupWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters, Context context)"
nameWithType: "ApplicationGroupsClient.createOrUpdateApplicationGroupWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters, Context context)"
summary: "Creates or updates an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ApplicationGroup."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ApplicationGroupInner> createOrUpdateApplicationGroupWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters, Context context)"
desc: "Creates or updates an ApplicationGroup for a Namespace."
returns:
description: "the Application Group object along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.createOrUpdateApplicationGroupWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.createOrUpdateApplicationGroupWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
name: "createOrUpdateApplicationGroupWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
nameWithType: "ApplicationGroupsClient.createOrUpdateApplicationGroupWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
summary: "Creates or updates an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ApplicationGroup."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<ApplicationGroupInner>> createOrUpdateApplicationGroupWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName, ApplicationGroupInner parameters)"
desc: "Creates or updates an ApplicationGroup for a Namespace."
returns:
description: "the Application Group object along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.delete(String resourceGroupName, String namespaceName, String applicationGroupName)"
name: "delete(String resourceGroupName, String namespaceName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.delete(String resourceGroupName, String namespaceName, String applicationGroupName)"
summary: "Deletes an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String namespaceName, String applicationGroupName)"
desc: "Deletes an ApplicationGroup for a Namespace."
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.deleteAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.deleteAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
name: "deleteAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.deleteAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
summary: "Deletes an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Void> deleteAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
desc: "Deletes an ApplicationGroup for a Namespace."
returns:
description: "A <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref> that completes when a successful response is received."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.deleteWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, Context context)"
nameWithType: "ApplicationGroupsClient.deleteWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, Context context)"
summary: "Deletes an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<Void> deleteWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, Context context)"
desc: "Deletes an ApplicationGroup for a Namespace."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.deleteWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.deleteWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
name: "deleteWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.deleteWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
summary: "Deletes an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
desc: "Deletes an ApplicationGroup for a Namespace."
returns:
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.get(String resourceGroupName, String namespaceName, String applicationGroupName)"
name: "get(String resourceGroupName, String namespaceName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.get(String resourceGroupName, String namespaceName, String applicationGroupName)"
summary: "Gets an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicationGroupInner get(String resourceGroupName, String namespaceName, String applicationGroupName)"
desc: "Gets an ApplicationGroup for a Namespace."
returns:
description: "an ApplicationGroup for a Namespace."
type: "<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.getAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.getAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
name: "getAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.getAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
summary: "Gets an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ApplicationGroupInner> getAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
desc: "Gets an ApplicationGroup for a Namespace."
returns:
description: "an ApplicationGroup for a Namespace on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.getWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, Context context)"
name: "getWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, Context context)"
nameWithType: "ApplicationGroupsClient.getWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, Context context)"
summary: "Gets an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<ApplicationGroupInner> getWithResponse(String resourceGroupName, String namespaceName, String applicationGroupName, Context context)"
desc: "Gets an ApplicationGroup for a Namespace."
returns:
description: "an ApplicationGroup for a Namespace along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
name: "getWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
summary: "Gets an Application<wbr>Group for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Application Group name."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<ApplicationGroupInner>> getWithResponseAsync(String resourceGroupName, String namespaceName, String applicationGroupName)"
desc: "Gets an ApplicationGroup for a Namespace."
returns:
description: "an ApplicationGroup for a Namespace along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.listByNamespace(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.listByNamespace(String resourceGroupName, String namespaceName)"
name: "listByNamespace(String resourceGroupName, String namespaceName)"
nameWithType: "ApplicationGroupsClient.listByNamespace(String resourceGroupName, String namespaceName)"
summary: "Gets a list of application groups for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ApplicationGroupInner> listByNamespace(String resourceGroupName, String namespaceName)"
desc: "Gets a list of application groups for a Namespace."
returns:
description: "a list of application groups for a Namespace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.listByNamespace(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.listByNamespace(String resourceGroupName, String namespaceName, Context context)"
name: "listByNamespace(String resourceGroupName, String namespaceName, Context context)"
nameWithType: "ApplicationGroupsClient.listByNamespace(String resourceGroupName, String namespaceName, Context context)"
summary: "Gets a list of application groups for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<ApplicationGroupInner> listByNamespace(String resourceGroupName, String namespaceName, Context context)"
desc: "Gets a list of application groups for a Namespace."
returns:
description: "a list of application groups for a Namespace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.listByNamespaceAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.eventhubs.fluent.ApplicationGroupsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName)"
name: "listByNamespaceAsync(String resourceGroupName, String namespaceName)"
nameWithType: "ApplicationGroupsClient.listByNamespaceAsync(String resourceGroupName, String namespaceName)"
summary: "Gets a list of application groups for a Namespace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group within the azure subscription."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The Namespace name."
name: "namespaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ApplicationGroupInner> listByNamespaceAsync(String resourceGroupName, String namespaceName)"
desc: "Gets a list of application groups for a Namespace."
returns:
description: "a list of application groups for a Namespace as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.eventhubs.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ApplicationGroupsClient."
metadata: {}
package: "com.azure.resourcemanager.eventhubs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-eventhubs:2.44.0