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

238 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications"
name: "Applications"
nameWithType: "Applications"
summary: "Resource collection API of Applications."
syntax: "public interface **Applications**"
methods:
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.define(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.define(String name)"
name: "define(String name)"
nameWithType: "Applications.define(String name)"
summary: "Begins definition for a new Application resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Application.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Application resource."
returns:
description: "the first stage of the new Application definition."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.Application.DefinitionStages.Blank?alt=com.azure.resourcemanager.desktopvirtualization.models.Application.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.delete(String resourceGroupName, String applicationGroupName, String applicationName)"
name: "delete(String resourceGroupName, String applicationGroupName, String applicationName)"
nameWithType: "Applications.delete(String resourceGroupName, String applicationGroupName, String applicationName)"
summary: "Remove an application."
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 name of the application within the specified application group."
name: "applicationName"
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, String applicationName)"
desc: "Remove an application."
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Applications.deleteById(String id)"
summary: "Remove an application."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Remove an application."
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Applications.deleteByIdWithResponse(String id, Context context)"
summary: "Remove an application."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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> deleteByIdWithResponse(String id, Context context)"
desc: "Remove an application."
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.models.Applications.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.deleteWithResponse(String resourceGroupName, String applicationGroupName, String applicationName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String applicationGroupName, String applicationName, Context context)"
nameWithType: "Applications.deleteWithResponse(String resourceGroupName, String applicationGroupName, String applicationName, Context context)"
summary: "Remove an application."
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 name of the application within the specified application group."
name: "applicationName"
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, String applicationName, Context context)"
desc: "Remove an application."
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.models.Applications.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.get(String resourceGroupName, String applicationGroupName, String applicationName)"
name: "get(String resourceGroupName, String applicationGroupName, String applicationName)"
nameWithType: "Applications.get(String resourceGroupName, String applicationGroupName, String applicationName)"
summary: "Get an application."
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 name of the application within the specified application group."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Application get(String resourceGroupName, String applicationGroupName, String applicationName)"
desc: "Get an application."
returns:
description: "an application."
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.Application?alt=com.azure.resourcemanager.desktopvirtualization.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.getById(String id)"
name: "getById(String id)"
nameWithType: "Applications.getById(String id)"
summary: "Get an application."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Application getById(String id)"
desc: "Get an application."
returns:
description: "an application 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.resourcemanager.desktopvirtualization.models.Application?alt=com.azure.resourcemanager.desktopvirtualization.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Applications.getByIdWithResponse(String id, Context context)"
summary: "Get an application."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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<Application> getByIdWithResponse(String id, Context context)"
desc: "Get an application."
returns:
description: "an application 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.models.Application?alt=com.azure.resourcemanager.desktopvirtualization.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.getWithResponse(String resourceGroupName, String applicationGroupName, String applicationName, Context context)"
name: "getWithResponse(String resourceGroupName, String applicationGroupName, String applicationName, Context context)"
nameWithType: "Applications.getWithResponse(String resourceGroupName, String applicationGroupName, String applicationName, Context context)"
summary: "Get an application."
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 name of the application within the specified application group."
name: "applicationName"
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<Application> getWithResponse(String resourceGroupName, String applicationGroupName, String applicationName, Context context)"
desc: "Get an application."
returns:
description: "an application 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.models.Application?alt=com.azure.resourcemanager.desktopvirtualization.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.desktopvirtualization.models.Applications.list(String resourceGroupName, String applicationGroupName)"
name: "list(String resourceGroupName, String applicationGroupName)"
nameWithType: "Applications.list(String resourceGroupName, String applicationGroupName)"
summary: "List applications."
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 PagedIterable<Application> list(String resourceGroupName, String applicationGroupName)"
desc: "List applications."
returns:
description: "applicationList 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.models.Application?alt=com.azure.resourcemanager.desktopvirtualization.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.desktopvirtualization.models.Applications.list(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.models.Applications.list(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
name: "list(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
nameWithType: "Applications.list(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
summary: "List applications."
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: "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<Application> list(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)"
desc: "List applications."
returns:
description: "applicationList 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.models.Application?alt=com.azure.resourcemanager.desktopvirtualization.models.Application&text=Application\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Applications."
metadata: {}
package: "com.azure.resourcemanager.desktopvirtualization.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.2.0