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

495 строки
46 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient"
fullName: "com.azure.resourcemanager.desktopvirtualization.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.desktopvirtualization.fluent.ApplicationGroupsClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.createOrUpdate(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
name: "createOrUpdate(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
nameWithType: "ApplicationGroupsClient.createOrUpdate(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
summary: "Create or update an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Object containing ApplicationGroup definitions."
name: "applicationGroup"
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGroupInner createOrUpdate(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
desc: "Create or update an applicationGroup."
returns:
description: "represents a ApplicationGroup definition."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.createOrUpdateAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.createOrUpdateAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
name: "createOrUpdateAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
nameWithType: "ApplicationGroupsClient.createOrUpdateAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
summary: "Create or update an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Object containing ApplicationGroup definitions."
name: "applicationGroup"
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<ApplicationGroupInner> createOrUpdateAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
desc: "Create or update an applicationGroup."
returns:
description: "represents a ApplicationGroup definition 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.createOrUpdateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup, Context context)"
name: "createOrUpdateWithResponse(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup, Context context)"
nameWithType: "ApplicationGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup, Context context)"
summary: "Create or update an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Object containing ApplicationGroup definitions."
name: "applicationGroup"
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.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> createOrUpdateWithResponse(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup, Context context)"
desc: "Create or update an applicationGroup."
returns:
description: "represents a ApplicationGroup definition 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.createOrUpdateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
name: "createOrUpdateWithResponseAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
nameWithType: "ApplicationGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
summary: "Create or update an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Object containing ApplicationGroup definitions."
name: "applicationGroup"
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<ApplicationGroupInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupInner applicationGroup)"
desc: "Create or update an applicationGroup."
returns:
description: "represents a ApplicationGroup definition 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.delete(String resourceGroupName, String applicationGroupName)"
name: "delete(String resourceGroupName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.delete(String resourceGroupName, String applicationGroupName)"
summary: "Remove an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
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 applicationGroupName)"
desc: "Remove an applicationGroup."
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.deleteAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.deleteAsync(String resourceGroupName, String applicationGroupName)"
name: "deleteAsync(String resourceGroupName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.deleteAsync(String resourceGroupName, String applicationGroupName)"
summary: "Remove an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
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 applicationGroupName)"
desc: "Remove an applicationGroup."
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.desktopvirtualization.fluent.ApplicationGroupsClient.deleteWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.deleteWithResponse(String resourceGroupName, String applicationGroupName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String applicationGroupName, Context context)"
nameWithType: "ApplicationGroupsClient.deleteWithResponse(String resourceGroupName, String applicationGroupName, Context context)"
summary: "Remove an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
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 applicationGroupName, Context context)"
desc: "Remove an applicationGroup."
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.desktopvirtualization.fluent.ApplicationGroupsClient.deleteWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.deleteWithResponseAsync(String resourceGroupName, String applicationGroupName)"
name: "deleteWithResponseAsync(String resourceGroupName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.deleteWithResponseAsync(String resourceGroupName, String applicationGroupName)"
summary: "Remove an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
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 applicationGroupName)"
desc: "Remove an applicationGroup."
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.desktopvirtualization.fluent.ApplicationGroupsClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.getByResourceGroup(String resourceGroupName, String applicationGroupName)"
name: "getByResourceGroup(String resourceGroupName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.getByResourceGroup(String resourceGroupName, String applicationGroupName)"
summary: "Get an application group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicationGroupInner getByResourceGroup(String resourceGroupName, String applicationGroupName)"
desc: "Get an application group."
returns:
description: "an application group."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.getByResourceGroupAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.getByResourceGroupAsync(String resourceGroupName, String applicationGroupName)"
name: "getByResourceGroupAsync(String resourceGroupName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.getByResourceGroupAsync(String resourceGroupName, String applicationGroupName)"
summary: "Get an application group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ApplicationGroupInner> getByResourceGroupAsync(String resourceGroupName, String applicationGroupName)"
desc: "Get an application group."
returns:
description: "an application group 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.getByResourceGroupWithResponse(String resourceGroupName, String applicationGroupName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String applicationGroupName, Context context)"
nameWithType: "ApplicationGroupsClient.getByResourceGroupWithResponse(String resourceGroupName, String applicationGroupName, Context context)"
summary: "Get an application group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
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> getByResourceGroupWithResponse(String resourceGroupName, String applicationGroupName, Context context)"
desc: "Get an application group."
returns:
description: "an application group 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.getByResourceGroupWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String applicationGroupName)"
name: "getByResourceGroupWithResponseAsync(String resourceGroupName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String applicationGroupName)"
summary: "Get an application group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
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>> getByResourceGroupWithResponseAsync(String resourceGroupName, String applicationGroupName)"
desc: "Get an application group."
returns:
description: "an application group 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.list()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.list()"
name: "list()"
nameWithType: "ApplicationGroupsClient.list()"
summary: "List application<wbr>Groups in subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<ApplicationGroupInner> list()"
desc: "List applicationGroups in subscription."
returns:
description: "applicationGroupList 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.list(String filter, Context context)"
name: "list(String filter, Context context)"
nameWithType: "ApplicationGroupsClient.list(String filter, Context context)"
summary: "List application<wbr>Groups in subscription."
modifiers:
- "abstract"
parameters:
- description: "OData filter expression. Valid properties for filtering are applicationGroupType."
name: "filter"
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> list(String filter, Context context)"
desc: "List applicationGroups in subscription."
returns:
description: "applicationGroupList 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listAsync()"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listAsync()"
name: "listAsync()"
nameWithType: "ApplicationGroupsClient.listAsync()"
summary: "List application<wbr>Groups in subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedFlux<ApplicationGroupInner> listAsync()"
desc: "List applicationGroups in subscription."
returns:
description: "applicationGroupList 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listAsync(String filter)"
name: "listAsync(String filter)"
nameWithType: "ApplicationGroupsClient.listAsync(String filter)"
summary: "List application<wbr>Groups in subscription."
modifiers:
- "abstract"
parameters:
- description: "OData filter expression. Valid properties for filtering are applicationGroupType."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ApplicationGroupInner> listAsync(String filter)"
desc: "List applicationGroups in subscription."
returns:
description: "applicationGroupList 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "ApplicationGroupsClient.listByResourceGroup(String resourceGroupName)"
summary: "List application<wbr>Groups."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ApplicationGroupInner> listByResourceGroup(String resourceGroupName)"
desc: "List applicationGroups."
returns:
description: "applicationGroupList 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listByResourceGroup(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listByResourceGroup(String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
name: "listByResourceGroup(String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
nameWithType: "ApplicationGroupsClient.listByResourceGroup(String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
summary: "List application<wbr>Groups."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "OData filter expression. Valid properties for filtering are applicationGroupType."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Number of items per page."
name: "pageSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "Indicates whether the collection is descending."
name: "isDescending"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "Initial number of items to skip."
name: "initialSkip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</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> listByResourceGroup(String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
desc: "List applicationGroups."
returns:
description: "applicationGroupList 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listByResourceGroupAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listByResourceGroupAsync(String resourceGroupName)"
name: "listByResourceGroupAsync(String resourceGroupName)"
nameWithType: "ApplicationGroupsClient.listByResourceGroupAsync(String resourceGroupName)"
summary: "List application<wbr>Groups."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<ApplicationGroupInner> listByResourceGroupAsync(String resourceGroupName)"
desc: "List applicationGroups."
returns:
description: "applicationGroupList 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listByResourceGroupAsync(java.lang.String,java.lang.String,java.lang.Integer,java.lang.Boolean,java.lang.Integer)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.listByResourceGroupAsync(String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip)"
name: "listByResourceGroupAsync(String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip)"
nameWithType: "ApplicationGroupsClient.listByResourceGroupAsync(String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip)"
summary: "List application<wbr>Groups."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "OData filter expression. Valid properties for filtering are applicationGroupType."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Number of items per page."
name: "pageSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "Indicates whether the collection is descending."
name: "isDescending"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- description: "Initial number of items to skip."
name: "initialSkip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public abstract PagedFlux<ApplicationGroupInner> listByResourceGroupAsync(String resourceGroupName, String filter, Integer pageSize, Boolean isDescending, Integer initialSkip)"
desc: "List applicationGroups."
returns:
description: "applicationGroupList 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.update(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.update(String resourceGroupName, String applicationGroupName)"
name: "update(String resourceGroupName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.update(String resourceGroupName, String applicationGroupName)"
summary: "Update an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicationGroupInner update(String resourceGroupName, String applicationGroupName)"
desc: "Update an applicationGroup."
returns:
description: "represents a ApplicationGroup definition."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.updateAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.updateAsync(String resourceGroupName, String applicationGroupName)"
name: "updateAsync(String resourceGroupName, String applicationGroupName)"
nameWithType: "ApplicationGroupsClient.updateAsync(String resourceGroupName, String applicationGroupName)"
summary: "Update an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<ApplicationGroupInner> updateAsync(String resourceGroupName, String applicationGroupName)"
desc: "Update an applicationGroup."
returns:
description: "represents a ApplicationGroup definition 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.desktopvirtualization.models.ApplicationGroupPatch,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.updateWithResponse(String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup, Context context)"
name: "updateWithResponse(String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup, Context context)"
nameWithType: "ApplicationGroupsClient.updateWithResponse(String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup, Context context)"
summary: "Update an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Object containing ApplicationGroup definitions."
name: "applicationGroup"
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ApplicationGroupPatch?alt=com.azure.resourcemanager.desktopvirtualization.models.ApplicationGroupPatch&text=ApplicationGroupPatch\" 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> updateWithResponse(String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup, Context context)"
desc: "Update an applicationGroup."
returns:
description: "represents a ApplicationGroup definition 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.updateWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.desktopvirtualization.models.ApplicationGroupPatch)"
fullName: "com.azure.resourcemanager.desktopvirtualization.fluent.ApplicationGroupsClient.updateWithResponseAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup)"
name: "updateWithResponseAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup)"
nameWithType: "ApplicationGroupsClient.updateWithResponseAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup)"
summary: "Update an application<wbr>Group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application group."
name: "applicationGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Object containing ApplicationGroup definitions."
name: "applicationGroup"
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.ApplicationGroupPatch?alt=com.azure.resourcemanager.desktopvirtualization.models.ApplicationGroupPatch&text=ApplicationGroupPatch\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<ApplicationGroupInner>> updateWithResponseAsync(String resourceGroupName, String applicationGroupName, ApplicationGroupPatch applicationGroup)"
desc: "Update an applicationGroup."
returns:
description: "represents a ApplicationGroup definition 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.desktopvirtualization.fluent.models.ApplicationGroupInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.ApplicationGroupInner&text=ApplicationGroupInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ApplicationGroupsClient."
metadata: {}
package: "com.azure.resourcemanager.desktopvirtualization.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.1.0