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

129 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.devtestlabs.fluent.ArmTemplatesClient"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.ArmTemplatesClient"
name: "ArmTemplatesClient"
nameWithType: "ArmTemplatesClient"
summary: "An instance of this class provides access to all the operations defined in Arm<wbr>Templates<wbr>Client."
syntax: "public interface **ArmTemplatesClient**"
methods:
- uid: "com.azure.resourcemanager.devtestlabs.fluent.ArmTemplatesClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.ArmTemplatesClient.get(String resourceGroupName, String labName, String artifactSourceName, String name)"
name: "get(String resourceGroupName, String labName, String artifactSourceName, String name)"
nameWithType: "ArmTemplatesClient.get(String resourceGroupName, String labName, String artifactSourceName, String name)"
summary: "Get azure resource manager template."
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 azure resource manager template."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ArmTemplateInner get(String resourceGroupName, String labName, String artifactSourceName, String name)"
desc: "Get azure resource manager template."
returns:
description: "azure resource manager template."
type: "<xref href=\"com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInner&text=ArmTemplateInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.ArmTemplatesClient.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.fluent.ArmTemplatesClient.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: "ArmTemplatesClient.getWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, String expand, Context context)"
summary: "Get azure resource manager template."
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 azure resource manager template."
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=displayName)'."
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<ArmTemplateInner> getWithResponse(String resourceGroupName, String labName, String artifactSourceName, String name, String expand, Context context)"
desc: "Get azure resource manager template."
returns:
description: "azure resource manager 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.fluent.models.ArmTemplateInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInner&text=ArmTemplateInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.ArmTemplatesClient.list(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.devtestlabs.fluent.ArmTemplatesClient.list(String resourceGroupName, String labName, String artifactSourceName)"
name: "list(String resourceGroupName, String labName, String artifactSourceName)"
nameWithType: "ArmTemplatesClient.list(String resourceGroupName, String labName, String artifactSourceName)"
summary: "List azure resource manager templates 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<ArmTemplateInner> list(String resourceGroupName, String labName, String artifactSourceName)"
desc: "List azure resource manager templates 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.fluent.models.ArmTemplateInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInner&text=ArmTemplateInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.devtestlabs.fluent.ArmTemplatesClient.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.fluent.ArmTemplatesClient.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: "ArmTemplatesClient.list(String resourceGroupName, String labName, String artifactSourceName, String expand, String filter, Integer top, String orderby, Context context)"
summary: "List azure resource manager templates 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=displayName)'."
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<ArmTemplateInner> list(String resourceGroupName, String labName, String artifactSourceName, String expand, String filter, Integer top, String orderby, Context context)"
desc: "List azure resource manager templates 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.fluent.models.ArmTemplateInner?alt=com.azure.resourcemanager.devtestlabs.fluent.models.ArmTemplateInner&text=ArmTemplateInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ArmTemplatesClient."
metadata: {}
package: "com.azure.resourcemanager.devtestlabs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-devtestlabs:1.0.0