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

273 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.avs.models.ScriptExecutions"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions"
name: "ScriptExecutions"
nameWithType: "ScriptExecutions"
summary: "Resource collection API of Script<wbr>Executions."
syntax: "public interface **ScriptExecutions**"
methods:
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.define(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.define(String name)"
name: "define(String name)"
nameWithType: "ScriptExecutions.define(String name)"
summary: "Begins definition for a new Script<wbr>Execution resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScriptExecution.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new ScriptExecution resource."
returns:
description: "the first stage of the new ScriptExecution definition."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ScriptExecution.DefinitionStages.Blank?alt=com.azure.resourcemanager.avs.models.ScriptExecution.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.delete(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
name: "delete(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
nameWithType: "ScriptExecutions.delete(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
summary: "Delete a Script<wbr>Execution."
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 cmdlet."
name: "scriptExecutionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
desc: "Delete a ScriptExecution."
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.delete(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.delete(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)"
name: "delete(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)"
nameWithType: "ScriptExecutions.delete(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)"
summary: "Delete a Script<wbr>Execution."
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 cmdlet."
name: "scriptExecutionName"
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 void delete(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)"
desc: "Delete a ScriptExecution."
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "ScriptExecutions.deleteById(String id)"
summary: "Delete a Script<wbr>Execution."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Delete a ScriptExecution."
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "ScriptExecutions.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a Script<wbr>Execution."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 void deleteByIdWithResponse(String id, Context context)"
desc: "Delete a ScriptExecution."
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.get(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
name: "get(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
nameWithType: "ScriptExecutions.get(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
summary: "Get a Script<wbr>Execution."
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 cmdlet."
name: "scriptExecutionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScriptExecution get(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
desc: "Get a ScriptExecution."
returns:
description: "a ScriptExecution."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ScriptExecution?alt=com.azure.resourcemanager.avs.models.ScriptExecution&text=ScriptExecution\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.getById(String id)"
name: "getById(String id)"
nameWithType: "ScriptExecutions.getById(String id)"
summary: "Get a Script<wbr>Execution."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScriptExecution getById(String id)"
desc: "Get a ScriptExecution."
returns:
description: "a ScriptExecution 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.resourcemanager.avs.models.ScriptExecution?alt=com.azure.resourcemanager.avs.models.ScriptExecution&text=ScriptExecution\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "ScriptExecutions.getByIdWithResponse(String id, Context context)"
summary: "Get a Script<wbr>Execution."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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<ScriptExecution> getByIdWithResponse(String id, Context context)"
desc: "Get a ScriptExecution."
returns:
description: "a ScriptExecution 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.ScriptExecution?alt=com.azure.resourcemanager.avs.models.ScriptExecution&text=ScriptExecution\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.getExecutionLogs(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.getExecutionLogs(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
name: "getExecutionLogs(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
nameWithType: "ScriptExecutions.getExecutionLogs(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
summary: "Return the logs for a script execution resource."
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 cmdlet."
name: "scriptExecutionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ScriptExecution getExecutionLogs(String resourceGroupName, String privateCloudName, String scriptExecutionName)"
desc: "Return the logs for a script execution resource."
returns:
description: "an instance of a script executed by a user - custom or AVS."
type: "<xref href=\"com.azure.resourcemanager.avs.models.ScriptExecution?alt=com.azure.resourcemanager.avs.models.ScriptExecution&text=ScriptExecution\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.getExecutionLogsWithResponse(java.lang.String,java.lang.String,java.lang.String,java.util.List<com.azure.resourcemanager.avs.models.ScriptOutputStreamType>,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.getExecutionLogsWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, List<ScriptOutputStreamType> scriptOutputStreamType, Context context)"
name: "getExecutionLogsWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, List<ScriptOutputStreamType> scriptOutputStreamType, Context context)"
nameWithType: "ScriptExecutions.getExecutionLogsWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, List<ScriptOutputStreamType> scriptOutputStreamType, Context context)"
summary: "Return the logs for a script execution resource."
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 cmdlet."
name: "scriptExecutionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of the desired output stream to return. If not provided, will return all. An\n empty array will return nothing."
name: "scriptOutputStreamType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.avs.models.ScriptOutputStreamType?alt=com.azure.resourcemanager.avs.models.ScriptOutputStreamType&text=ScriptOutputStreamType\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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<ScriptExecution> getExecutionLogsWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, List<ScriptOutputStreamType> scriptOutputStreamType, Context context)"
desc: "Return the logs for a script execution resource."
returns:
description: "an instance of a script executed by a user - custom or AVS 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.ScriptExecution?alt=com.azure.resourcemanager.avs.models.ScriptExecution&text=ScriptExecution\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.getWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)"
name: "getWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)"
nameWithType: "ScriptExecutions.getWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)"
summary: "Get a Script<wbr>Execution."
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 cmdlet."
name: "scriptExecutionName"
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<ScriptExecution> getWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)"
desc: "Get a ScriptExecution."
returns:
description: "a ScriptExecution 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.ScriptExecution?alt=com.azure.resourcemanager.avs.models.ScriptExecution&text=ScriptExecution\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.list(String resourceGroupName, String privateCloudName)"
name: "list(String resourceGroupName, String privateCloudName)"
nameWithType: "ScriptExecutions.list(String resourceGroupName, String privateCloudName)"
summary: "List Script<wbr>Execution 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<ScriptExecution> list(String resourceGroupName, String privateCloudName)"
desc: "List ScriptExecution resources by PrivateCloud."
returns:
description: "the response of a ScriptExecution 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.ScriptExecution?alt=com.azure.resourcemanager.avs.models.ScriptExecution&text=ScriptExecution\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.list(String resourceGroupName, String privateCloudName, Context context)"
name: "list(String resourceGroupName, String privateCloudName, Context context)"
nameWithType: "ScriptExecutions.list(String resourceGroupName, String privateCloudName, Context context)"
summary: "List Script<wbr>Execution 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<ScriptExecution> list(String resourceGroupName, String privateCloudName, Context context)"
desc: "List ScriptExecution resources by PrivateCloud."
returns:
description: "the response of a ScriptExecution 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.ScriptExecution?alt=com.azure.resourcemanager.avs.models.ScriptExecution&text=ScriptExecution\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of ScriptExecutions."
metadata: {}
package: "com.azure.resourcemanager.avs.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0