ScriptAction Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Script action for an HDInsight cluster.
public class ScriptAction : Microsoft.WindowsAzure.Management.HDInsight.ConfigAction
type ScriptAction = class
inherit ConfigAction
Public Class ScriptAction
Inherits ConfigAction
- Inheritance
Constructors
ScriptAction(String, IEnumerable<ClusterNodeType>, Uri, String) |
Initializes a new instance of the ScriptAction class. |
Properties
ClusterRoleCollection |
Gets the affected nodes of the config action. (Inherited from ConfigAction) |
Name |
Gets the name. (Inherited from ConfigAction) |
Parameters |
Gets the parameters. |
Uri |
Gets the Uri. |
Methods
Equals(Object) |
Compares two ScriptActions for equality. |
GetHashCode() |
Overrides this method for class comparison purpose. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET