### 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 ScriptExecutions." 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 ScriptExecution resource." modifiers: - "abstract" parameters: - description: "resource name." name: "name" type: "String" 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: "" - 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 ScriptExecution." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "Name of the private cloud." name: "privateCloudName" type: "String" - description: "Name of the script cmdlet." name: "scriptExecutionName" type: "String" 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 ScriptExecution." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "Name of the private cloud." name: "privateCloudName" type: "String" - description: "Name of the script cmdlet." name: "scriptExecutionName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" 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 ScriptExecution." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" 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 ScriptExecution." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" - description: "The context to associate with this operation." name: "context" type: "" 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 ScriptExecution." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "Name of the private cloud." name: "privateCloudName" type: "String" - description: "Name of the script cmdlet." name: "scriptExecutionName" type: "String" syntax: "public abstract ScriptExecution get(String resourceGroupName, String privateCloudName, String scriptExecutionName)" desc: "Get a ScriptExecution." returns: description: "a ScriptExecution." type: "" - 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 ScriptExecution." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" syntax: "public abstract ScriptExecution getById(String id)" desc: "Get a ScriptExecution." returns: description: "a ScriptExecution along with ." type: "" - 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 ScriptExecution." modifiers: - "abstract" parameters: - description: "the resource ID." name: "id" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getByIdWithResponse(String id, Context context)" desc: "Get a ScriptExecution." returns: description: "a ScriptExecution along with ." type: "<>" - 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: "String" - description: "Name of the private cloud." name: "privateCloudName" type: "String" - description: "Name of the script cmdlet." name: "scriptExecutionName" type: "String" 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: "" - uid: "com.azure.resourcemanager.avs.models.ScriptExecutions.getExecutionLogsWithResponse(java.lang.String,java.lang.String,java.lang.String,java.util.List,com.azure.core.util.Context)" fullName: "com.azure.resourcemanager.avs.models.ScriptExecutions.getExecutionLogsWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, List scriptOutputStreamType, Context context)" name: "getExecutionLogsWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, List scriptOutputStreamType, Context context)" nameWithType: "ScriptExecutions.getExecutionLogsWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, List 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: "String" - description: "Name of the private cloud." name: "privateCloudName" type: "String" - description: "Name of the script cmdlet." name: "scriptExecutionName" type: "String" - 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: "List<>" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getExecutionLogsWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, List 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 ." type: "<>" - 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 ScriptExecution." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "Name of the private cloud." name: "privateCloudName" type: "String" - description: "Name of the script cmdlet." name: "scriptExecutionName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract Response getWithResponse(String resourceGroupName, String privateCloudName, String scriptExecutionName, Context context)" desc: "Get a ScriptExecution." returns: description: "a ScriptExecution along with ." type: "<>" - 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 ScriptExecution resources by PrivateCloud." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "Name of the private cloud." name: "privateCloudName" type: "String" syntax: "public abstract PagedIterable list(String resourceGroupName, String privateCloudName)" desc: "List ScriptExecution resources by PrivateCloud." returns: description: "the response of a ScriptExecution list operation as paginated response with ." type: "<>" - 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 ScriptExecution resources by PrivateCloud." modifiers: - "abstract" parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "String" - description: "Name of the private cloud." name: "privateCloudName" type: "String" - description: "The context to associate with this operation." name: "context" type: "" syntax: "public abstract PagedIterable 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 ." type: "<>" 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