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

188 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.models.Artifacts"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifacts"
name: "Artifacts"
nameWithType: "Artifacts"
summary: "Resource collection API of Artifacts."
syntax: "public interface **Artifacts**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifacts.generateArmTemplate(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.GenerateArmTemplateRequest)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifacts.generateArmTemplate(String resourceGroupName, String labName, String artifactSourceName, String name, GenerateArmTemplateRequest generateArmTemplateRequest)"
name: "generateArmTemplate(String resourceGroupName, String labName, String artifactSourceName, String name, GenerateArmTemplateRequest generateArmTemplateRequest)"
nameWithType: "Artifacts.generateArmTemplate(String resourceGroupName, String labName, String artifactSourceName, String name, GenerateArmTemplateRequest generateArmTemplateRequest)"
summary: "Generates an ARM template for the given artifact, uploads the required files to a storage account, and validates the generated artifact."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact source."
name: "artifactSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for generating an ARM template for deploying artifacts."
name: "generateArmTemplateRequest"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.GenerateArmTemplateRequest?alt=com.azure.resourcemanager.devtestlabs.models.GenerateArmTemplateRequest&text=GenerateArmTemplateRequest\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ArmTemplateInfo generateArmTemplate(String resourceGroupName, String labName, String artifactSourceName, String name, GenerateArmTemplateRequest generateArmTemplateRequest)"
desc: "Generates an ARM template for the given artifact, uploads the required files to a storage account, and validates the generated artifact."
returns:
description: "information about a generated ARM template."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.ArmTemplateInfo?alt=com.azure.resourcemanager.devtestlabs.models.ArmTemplateInfo&text=ArmTemplateInfo\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifacts.generateArmTemplateWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.devtestlabs.models.GenerateArmTemplateRequest,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifacts.generateArmTemplateWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, GenerateArmTemplateRequest generateArmTemplateRequest, Context context)"
name: "generateArmTemplateWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, GenerateArmTemplateRequest generateArmTemplateRequest, Context context)"
nameWithType: "Artifacts.generateArmTemplateWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, GenerateArmTemplateRequest generateArmTemplateRequest, Context context)"
summary: "Generates an ARM template for the given artifact, uploads the required files to a storage account, and validates the generated artifact."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact source."
name: "artifactSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Parameters for generating an ARM template for deploying artifacts."
name: "generateArmTemplateRequest"
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.GenerateArmTemplateRequest?alt=com.azure.resourcemanager.devtestlabs.models.GenerateArmTemplateRequest&text=GenerateArmTemplateRequest\" 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<ArmTemplateInfo> generateArmTemplateWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, GenerateArmTemplateRequest generateArmTemplateRequest, Context context)"
desc: "Generates an ARM template for the given artifact, uploads the required files to a storage account, and validates the generated artifact."
returns:
description: "information about a generated ARM template 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.devtestlabs.models.ArmTemplateInfo?alt=com.azure.resourcemanager.devtestlabs.models.ArmTemplateInfo&text=ArmTemplateInfo\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifacts.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifacts.get(String resourceGroupName, String labName, String artifactSourceName, String name)"
name: "get(String resourceGroupName, String labName, String artifactSourceName, String name)"
nameWithType: "Artifacts.get(String resourceGroupName, String labName, String artifactSourceName, String name)"
summary: "Get artifact."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact source."
name: "artifactSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Artifact get(String resourceGroupName, String labName, String artifactSourceName, String name)"
desc: "Get artifact."
returns:
description: "artifact."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.models.Artifact?alt=com.azure.resourcemanager.devtestlabs.models.Artifact&text=Artifact\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifacts.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifacts.getWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, String expand, Context context)"
name: "getWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, String expand, Context context)"
nameWithType: "Artifacts.getWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, String expand, Context context)"
summary: "Get artifact."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact source."
name: "artifactSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example: 'properties($select=title)'."
name: "expand"
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<Artifact> getWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, String expand, Context context)"
desc: "Get artifact."
returns:
description: "artifact 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.devtestlabs.models.Artifact?alt=com.azure.resourcemanager.devtestlabs.models.Artifact&text=Artifact\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifacts.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifacts.list(String resourceGroupName, String labName, String artifactSourceName)"
name: "list(String resourceGroupName, String labName, String artifactSourceName)"
nameWithType: "Artifacts.list(String resourceGroupName, String labName, String artifactSourceName)"
summary: "List artifacts in a given artifact source."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact source."
name: "artifactSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<Artifact> list(String resourceGroupName, String labName, String artifactSourceName)"
desc: "List artifacts in a given artifact source."
returns:
description: "the response of a list operation 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.devtestlabs.models.Artifact?alt=com.azure.resourcemanager.devtestlabs.models.Artifact&text=Artifact\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.models.Artifacts.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.devtestlabs.models.Artifacts.list(String resourceGroupName, String labName, String artifactSourceName, String expand, String filter, Integer top, String orderby, Context context)"
name: "list(String resourceGroupName, String labName, String artifactSourceName, String expand, String filter, Integer top, String orderby, Context context)"
nameWithType: "Artifacts.list(String resourceGroupName, String labName, String artifactSourceName, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List artifacts in a given artifact source."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the lab."
name: "labName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the artifact source."
name: "artifactSourceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Specify the $expand query. Example: 'properties($select=title)'."
name: "expand"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The filter to apply to the operation. Example: '$filter=contains(name,'myName')."
name: "filter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The maximum number of resources to return from the operation. Example: '$top=10'."
name: "top"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- description: "The ordering expression for the results, using OData notation. Example: '$orderby=name desc'."
name: "orderby"
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<Artifact> list(String resourceGroupName, String labName, String artifactSourceName, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List artifacts in a given artifact source."
returns:
description: "the response of a list operation 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.devtestlabs.models.Artifact?alt=com.azure.resourcemanager.devtestlabs.models.Artifact&text=Artifact\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of Artifacts."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0