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

102 строки
7.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient"
fullName: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient"
name: "ScriptPackagesClient"
nameWithType: "ScriptPackagesClient"
summary: "An instance of this class provides access to all the operations defined in Script<wbr>Packages<wbr>Client."
syntax: "public interface **ScriptPackagesClient**"
methods:
- uid: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient.get(String resourceGroupName, String privateCloudName, String scriptPackageName)"
name: "get(String resourceGroupName, String privateCloudName, String scriptPackageName)"
nameWithType: "ScriptPackagesClient.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 ScriptPackageInner get(String resourceGroupName, String privateCloudName, String scriptPackageName)"
desc: "Get a ScriptPackage."
returns:
description: "a ScriptPackage."
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner?alt=com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner&text=ScriptPackageInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient.getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)"
name: "getWithResponse(String resourceGroupName, String privateCloudName, String scriptPackageName, Context context)"
nameWithType: "ScriptPackagesClient.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<ScriptPackageInner> 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.fluent.models.ScriptPackageInner?alt=com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner&text=ScriptPackageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient.list(String resourceGroupName, String privateCloudName)"
name: "list(String resourceGroupName, String privateCloudName)"
nameWithType: "ScriptPackagesClient.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<ScriptPackageInner> 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.fluent.models.ScriptPackageInner?alt=com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner&text=ScriptPackageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.fluent.ScriptPackagesClient.list(String resourceGroupName, String privateCloudName, Context context)"
name: "list(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "ScriptPackagesClient.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<ScriptPackageInner> 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.fluent.models.ScriptPackageInner?alt=com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner&text=ScriptPackageInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in ScriptPackagesClient."
metadata: {}
package: "com.azure.resourcemanager.avs.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0