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

309 строки
25 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.models.ApplicationPackages"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages"
name: "ApplicationPackages"
nameWithType: "ApplicationPackages"
summary: "Resource collection API of Application<wbr>Packages."
syntax: "public interface **ApplicationPackages**"
methods:
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.activate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.batch.models.ActivateApplicationPackageParameters)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.activate(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters)"
name: "activate(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters)"
nameWithType: "ApplicationPackages.activate(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters)"
summary: "Activates the specified application package."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application. This must be unique within the account."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the application."
name: "versionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for the request."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.batch.models.ActivateApplicationPackageParameters?alt=com.azure.resourcemanager.batch.models.ActivateApplicationPackageParameters&text=ActivateApplicationPackageParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationPackage activate(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters)"
desc: "Activates the specified application package. This should be done after the \\`ApplicationPackage\\` was created and uploaded. This needs to be done before an \\`ApplicationPackage\\` can be used on Pools or Tasks."
returns:
description: "an application package which represents a particular version of an application."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ApplicationPackage?alt=com.azure.resourcemanager.batch.models.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.activateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.batch.models.ActivateApplicationPackageParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.activateWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters, Context context)"
name: "activateWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters, Context context)"
nameWithType: "ApplicationPackages.activateWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters, Context context)"
summary: "Activates the specified application package."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application. This must be unique within the account."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the application."
name: "versionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for the request."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.batch.models.ActivateApplicationPackageParameters?alt=com.azure.resourcemanager.batch.models.ActivateApplicationPackageParameters&text=ActivateApplicationPackageParameters\" 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<ApplicationPackage> activateWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, ActivateApplicationPackageParameters parameters, Context context)"
desc: "Activates the specified application package. This should be done after the \\`ApplicationPackage\\` was created and uploaded. This needs to be done before an \\`ApplicationPackage\\` can be used on Pools or Tasks."
returns:
description: "an application package which represents a particular version of an application along with\n <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.batch.models.ApplicationPackage?alt=com.azure.resourcemanager.batch.models.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.define(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.define(String name)"
name: "define(String name)"
nameWithType: "ApplicationPackages.define(String name)"
summary: "Begins definition for a new Application<wbr>Package 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 ApplicationPackage.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ApplicationPackage resource."
returns:
description: "the first stage of the new ApplicationPackage definition."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ApplicationPackage.DefinitionStages.Blank?alt=com.azure.resourcemanager.batch.models.ApplicationPackage.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.delete(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.delete(String resourceGroupName, String accountName, String applicationName, String versionName)"
name: "delete(String resourceGroupName, String accountName, String applicationName, String versionName)"
nameWithType: "ApplicationPackages.delete(String resourceGroupName, String accountName, String applicationName, String versionName)"
summary: "Deletes an application package record and its associated binary file."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application. This must be unique within the account."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the application."
name: "versionName"
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 accountName, String applicationName, String versionName)"
desc: "Deletes an application package record and its associated binary file."
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "ApplicationPackages.deleteById(String id)"
summary: "Deletes an application package record and its associated binary file."
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: "Deletes an application package record and its associated binary file."
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "ApplicationPackages.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes an application package record and its associated binary file."
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: "Deletes an application package record and its associated binary file."
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.batch.models.ApplicationPackages.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.deleteWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)"
nameWithType: "ApplicationPackages.deleteWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)"
summary: "Deletes an application package record and its associated binary file."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application. This must be unique within the account."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the application."
name: "versionName"
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 accountName, String applicationName, String versionName, Context context)"
desc: "Deletes an application package record and its associated binary file."
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.batch.models.ApplicationPackages.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.get(String resourceGroupName, String accountName, String applicationName, String versionName)"
name: "get(String resourceGroupName, String accountName, String applicationName, String versionName)"
nameWithType: "ApplicationPackages.get(String resourceGroupName, String accountName, String applicationName, String versionName)"
summary: "Gets information about the specified application package."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application. This must be unique within the account."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the application."
name: "versionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ApplicationPackage get(String resourceGroupName, String accountName, String applicationName, String versionName)"
desc: "Gets information about the specified application package."
returns:
description: "information about the specified application package."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ApplicationPackage?alt=com.azure.resourcemanager.batch.models.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.getById(String id)"
name: "getById(String id)"
nameWithType: "ApplicationPackages.getById(String id)"
summary: "Gets information about the specified application package."
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 ApplicationPackage getById(String id)"
desc: "Gets information about the specified application package."
returns:
description: "information about the specified application package 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.batch.models.ApplicationPackage?alt=com.azure.resourcemanager.batch.models.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "ApplicationPackages.getByIdWithResponse(String id, Context context)"
summary: "Gets information about the specified application package."
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<ApplicationPackage> getByIdWithResponse(String id, Context context)"
desc: "Gets information about the specified application package."
returns:
description: "information about the specified application package 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.batch.models.ApplicationPackage?alt=com.azure.resourcemanager.batch.models.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.getWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)"
name: "getWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)"
nameWithType: "ApplicationPackages.getWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)"
summary: "Gets information about the specified application package."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application. This must be unique within the account."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the application."
name: "versionName"
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<ApplicationPackage> getWithResponse(String resourceGroupName, String accountName, String applicationName, String versionName, Context context)"
desc: "Gets information about the specified application package."
returns:
description: "information about the specified application package 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.batch.models.ApplicationPackage?alt=com.azure.resourcemanager.batch.models.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.list(String resourceGroupName, String accountName, String applicationName)"
name: "list(String resourceGroupName, String accountName, String applicationName)"
nameWithType: "ApplicationPackages.list(String resourceGroupName, String accountName, String applicationName)"
summary: "Lists all of the application packages in the specified application."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application. This must be unique within the account."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ApplicationPackage> list(String resourceGroupName, String accountName, String applicationName)"
desc: "Lists all of the application packages in the specified application."
returns:
description: "the result of performing list application packages 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.batch.models.ApplicationPackage?alt=com.azure.resourcemanager.batch.models.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.batch.models.ApplicationPackages.list(java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.batch.models.ApplicationPackages.list(String resourceGroupName, String accountName, String applicationName, Integer maxresults, Context context)"
name: "list(String resourceGroupName, String accountName, String applicationName, Integer maxresults, Context context)"
nameWithType: "ApplicationPackages.list(String resourceGroupName, String accountName, String applicationName, Integer maxresults, Context context)"
summary: "Lists all of the application packages in the specified application."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the Batch account."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the Batch account."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the application. This must be unique within the account."
name: "applicationName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The maximum number of items to return in the response."
name: "maxresults"
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<ApplicationPackage> list(String resourceGroupName, String accountName, String applicationName, Integer maxresults, Context context)"
desc: "Lists all of the application packages in the specified application."
returns:
description: "the result of performing list application packages 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.batch.models.ApplicationPackage?alt=com.azure.resourcemanager.batch.models.ApplicationPackage&text=ApplicationPackage\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ApplicationPackages."
metadata: {}
package: "com.azure.resourcemanager.batch.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:2.0.0