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

102 строки
7.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.ScriptPackages"
fullName: "com.azure.resourcemanager.avs.models.ScriptPackages"
name: "ScriptPackages"
nameWithType: "ScriptPackages"
summary: "Resource collection API of Script<wbr>Packages."
syntax: "public interface **ScriptPackages**"
methods:
- uid: "com.azure.resourcemanager.avs.models.ScriptPackages.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptPackages.get(String resourceGroupName, String privateCloudName, String scriptPackageName)"
name: "get(String resourceGroupName, String privateCloudName, String scriptPackageName)"
nameWithType: "ScriptPackages.get(String resourceGroupName, String privateCloudName, String scriptPackageName)"
summary: "Get a Script<wbr>Package."
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: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the script package."
name: "scriptPackageName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScriptPackage get(String resourceGroupName, String privateCloudName, String scriptPackageName)"
desc: "Get a ScriptPackage."
returns:
description: "a ScriptPackage."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ScriptPackage?alt=com.azure.resourcemanager.avs.models.ScriptPackage&text=ScriptPackage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ScriptPackages.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.ScriptPackages.getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)"
name: "getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)"
nameWithType: "ScriptPackages.getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)"
summary: "Get a Script<wbr>Package."
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: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the script package."
name: "scriptPackageName"
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<ScriptPackage> getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)"
desc: "Get a ScriptPackage."
returns:
description: "a ScriptPackage 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.avs.models.ScriptPackage?alt=com.azure.resourcemanager.avs.models.ScriptPackage&text=ScriptPackage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.ScriptPackages.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptPackages.list(String resourceGroupName, String privateCloudName)"
name: "list(String resourceGroupName, String privateCloudName)"
nameWithType: "ScriptPackages.list(String resourceGroupName, String privateCloudName)"
summary: "List Script<wbr>Package resources by Private<wbr>Cloud."
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: "Name of the private cloud."
name: "privateCloudName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<ScriptPackage> list(String resourceGroupName, String privateCloudName)"
desc: "List ScriptPackage resources by PrivateCloud."
returns:
description: "the response of a ScriptPackage 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.avs.models.ScriptPackage?alt=com.azure.resourcemanager.avs.models.ScriptPackage&text=ScriptPackage\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.ScriptPackages.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.ScriptPackages.list(String resourceGroupName, String privateCloudName, Context context)"
name: "list(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "ScriptPackages.list(String resourceGroupName, String privateCloudName, Context context)"
summary: "List Script<wbr>Package resources by Private<wbr>Cloud."
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: "Name of the private cloud."
name: "privateCloudName"
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<ScriptPackage> list(String resourceGroupName, String privateCloudName, Context context)"
desc: "List ScriptPackage resources by PrivateCloud."
returns:
description: "the response of a ScriptPackage 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.avs.models.ScriptPackage?alt=com.azure.resourcemanager.avs.models.ScriptPackage&text=ScriptPackage\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ScriptPackages."
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0