193 строки
16 KiB
YAML
193 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient"
|
|
name: "ScriptActionsClient"
|
|
nameWithType: "ScriptActionsClient"
|
|
summary: "An instance of this class provides access to all the operations defined in Script<wbr>Actions<wbr>Client."
|
|
syntax: "public interface **ScriptActionsClient**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.delete(String resourceGroupName, String clusterName, String scriptName)"
|
|
name: "delete(String resourceGroupName, String clusterName, String scriptName)"
|
|
nameWithType: "ScriptActionsClient.delete(String resourceGroupName, String clusterName, String scriptName)"
|
|
summary: "Deletes a specified persisted script action of the cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the script."
|
|
name: "scriptName"
|
|
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 clusterName, String scriptName)"
|
|
desc: "Deletes a specified persisted script action of the cluster."
|
|
- uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.deleteWithResponse(String resourceGroupName, String clusterName, String scriptName, Context context)"
|
|
name: "deleteWithResponse(String resourceGroupName, String clusterName, String scriptName, Context context)"
|
|
nameWithType: "ScriptActionsClient.deleteWithResponse(String resourceGroupName, String clusterName, String scriptName, Context context)"
|
|
summary: "Deletes a specified persisted script action of the cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the script."
|
|
name: "scriptName"
|
|
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<Void> deleteWithResponse(String resourceGroupName, String clusterName, String scriptName, Context context)"
|
|
desc: "Deletes a specified persisted script action of the cluster."
|
|
returns:
|
|
description: "the <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.getExecutionAsyncOperationStatus(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.getExecutionAsyncOperationStatus(String resourceGroupName, String clusterName, String operationId)"
|
|
name: "getExecutionAsyncOperationStatus(String resourceGroupName, String clusterName, String operationId)"
|
|
nameWithType: "ScriptActionsClient.getExecutionAsyncOperationStatus(String resourceGroupName, String clusterName, String operationId)"
|
|
summary: "Gets the async operation status of execution operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The long running operation id."
|
|
name: "operationId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract AsyncOperationResultInner getExecutionAsyncOperationStatus(String resourceGroupName, String clusterName, String operationId)"
|
|
desc: "Gets the async operation status of execution operation."
|
|
returns:
|
|
description: "the async operation status of execution operation."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.AsyncOperationResultInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.AsyncOperationResultInner&text=AsyncOperationResultInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.getExecutionAsyncOperationStatusWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.getExecutionAsyncOperationStatusWithResponse(String resourceGroupName, String clusterName, String operationId, Context context)"
|
|
name: "getExecutionAsyncOperationStatusWithResponse(String resourceGroupName, String clusterName, String operationId, Context context)"
|
|
nameWithType: "ScriptActionsClient.getExecutionAsyncOperationStatusWithResponse(String resourceGroupName, String clusterName, String operationId, Context context)"
|
|
summary: "Gets the async operation status of execution operation."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The long running operation id."
|
|
name: "operationId"
|
|
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<AsyncOperationResultInner> getExecutionAsyncOperationStatusWithResponse(String resourceGroupName, String clusterName, String operationId, Context context)"
|
|
desc: "Gets the async operation status of execution operation."
|
|
returns:
|
|
description: "the async operation status of execution operation 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\" /><<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.AsyncOperationResultInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.AsyncOperationResultInner&text=AsyncOperationResultInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.getExecutionDetail(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.getExecutionDetail(String resourceGroupName, String clusterName, String scriptExecutionId)"
|
|
name: "getExecutionDetail(String resourceGroupName, String clusterName, String scriptExecutionId)"
|
|
nameWithType: "ScriptActionsClient.getExecutionDetail(String resourceGroupName, String clusterName, String scriptExecutionId)"
|
|
summary: "Gets the script execution detail for the given script execution ID."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The script execution Id."
|
|
name: "scriptExecutionId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract RuntimeScriptActionDetailInner getExecutionDetail(String resourceGroupName, String clusterName, String scriptExecutionId)"
|
|
desc: "Gets the script execution detail for the given script execution ID."
|
|
returns:
|
|
description: "the script execution detail for the given script execution ID."
|
|
type: "<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.RuntimeScriptActionDetailInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.RuntimeScriptActionDetailInner&text=RuntimeScriptActionDetailInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.getExecutionDetailWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.getExecutionDetailWithResponse(String resourceGroupName, String clusterName, String scriptExecutionId, Context context)"
|
|
name: "getExecutionDetailWithResponse(String resourceGroupName, String clusterName, String scriptExecutionId, Context context)"
|
|
nameWithType: "ScriptActionsClient.getExecutionDetailWithResponse(String resourceGroupName, String clusterName, String scriptExecutionId, Context context)"
|
|
summary: "Gets the script execution detail for the given script execution ID."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The script execution Id."
|
|
name: "scriptExecutionId"
|
|
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<RuntimeScriptActionDetailInner> getExecutionDetailWithResponse(String resourceGroupName, String clusterName, String scriptExecutionId, Context context)"
|
|
desc: "Gets the script execution detail for the given script execution ID."
|
|
returns:
|
|
description: "the script execution detail for the given script execution ID 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\" /><<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.RuntimeScriptActionDetailInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.RuntimeScriptActionDetailInner&text=RuntimeScriptActionDetailInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.listByCluster(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.listByCluster(String resourceGroupName, String clusterName)"
|
|
name: "listByCluster(String resourceGroupName, String clusterName)"
|
|
nameWithType: "ScriptActionsClient.listByCluster(String resourceGroupName, String clusterName)"
|
|
summary: "Lists all the persisted script actions for the specified cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public abstract PagedIterable<RuntimeScriptActionDetailInner> listByCluster(String resourceGroupName, String clusterName)"
|
|
desc: "Lists all the persisted script actions for the specified cluster."
|
|
returns:
|
|
description: "the persisted script action for the cluster 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\" /><<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.RuntimeScriptActionDetailInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.RuntimeScriptActionDetailInner&text=RuntimeScriptActionDetailInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.listByCluster(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.hdinsight.fluent.ScriptActionsClient.listByCluster(String resourceGroupName, String clusterName, Context context)"
|
|
name: "listByCluster(String resourceGroupName, String clusterName, Context context)"
|
|
nameWithType: "ScriptActionsClient.listByCluster(String resourceGroupName, String clusterName, Context context)"
|
|
summary: "Lists all the persisted script actions for the specified cluster."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- description: "The name of the cluster."
|
|
name: "clusterName"
|
|
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<RuntimeScriptActionDetailInner> listByCluster(String resourceGroupName, String clusterName, Context context)"
|
|
desc: "Lists all the persisted script actions for the specified cluster."
|
|
returns:
|
|
description: "the persisted script action for the cluster 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\" /><<xref href=\"com.azure.resourcemanager.hdinsight.fluent.models.RuntimeScriptActionDetailInner?alt=com.azure.resourcemanager.hdinsight.fluent.models.RuntimeScriptActionDetailInner&text=RuntimeScriptActionDetailInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An instance of this class provides access to all the operations defined in ScriptActionsClient."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hdinsight.fluent"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hdinsight:1.0.0
|