2023-03-23 23:02:24 +03:00
### 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)"
2024-09-12 07:59:27 +03:00
summary : "Get a Script<wbr>Package."
2023-03-23 23:02:24 +03:00
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>"
2024-09-12 07:59:27 +03:00
- description : "Name of the script package."
2023-03-23 23:02:24 +03:00
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)"
2024-09-12 07:59:27 +03:00
desc : "Get a ScriptPackage."
2023-03-23 23:02:24 +03:00
returns :
2024-09-12 07:59:27 +03:00
description : "a ScriptPackage."
2023-03-23 23:02:24 +03:00
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)"
2024-09-12 07:59:27 +03:00
summary : "Get a Script<wbr>Package."
2023-03-23 23:02:24 +03:00
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>"
2024-09-12 07:59:27 +03:00
- description : "Name of the script package."
2023-03-23 23:02:24 +03:00
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)"
2024-09-12 07:59:27 +03:00
desc : "Get a ScriptPackage."
2023-03-23 23:02:24 +03:00
returns :
2024-09-12 07:59:27 +03:00
description : "a ScriptPackage along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
2023-03-23 23:02:24 +03:00
type : "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<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.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)"
2024-09-12 07:59:27 +03:00
summary : "List Script<wbr>Package resources by Private<wbr>Cloud."
2023-03-23 23:02:24 +03:00
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)"
2024-09-12 07:59:27 +03:00
desc : "List ScriptPackage resources by PrivateCloud."
2023-03-23 23:02:24 +03:00
returns :
2024-09-12 07:59:27 +03:00
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>."
2023-03-23 23:02:24 +03:00
type : "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<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.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)"
2024-09-12 07:59:27 +03:00
summary : "List Script<wbr>Package resources by Private<wbr>Cloud."
2023-03-23 23:02:24 +03:00
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)"
2024-09-12 07:59:27 +03:00
desc : "List ScriptPackage resources by PrivateCloud."
2023-03-23 23:02:24 +03:00
returns :
2024-09-12 07:59:27 +03:00
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>."
2023-03-23 23:02:24 +03:00
type : "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.avs.models.ScriptPackage?alt=com.azure.resourcemanager.avs.models.ScriptPackage&text=ScriptPackage\" data-throw-if-not-resolved=\"False\" />>"
type : "interface"
desc : "Resource collection API of ScriptPackages."
metadata : {}
package : "com.azure.resourcemanager.avs.models"
2024-09-12 07:59:27 +03:00
artifact : com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0