CommandPostBody 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.
Specification of which command to run where
public class CommandPostBody
type CommandPostBody = class
Public Class CommandPostBody
- Inheritance
-
CommandPostBody
Constructors
CommandPostBody() |
Initializes a new instance of the CommandPostBody class. |
CommandPostBody(String, String, IDictionary<String,String>, Nullable<Boolean>, Nullable<Boolean>) |
Initializes a new instance of the CommandPostBody class. |
Properties
Arguments |
Gets or sets the arguments for the command to be run |
CassandraStopStart |
Gets or sets if true, stops cassandra before executing the command and then start it again |
Command |
Gets or sets the command which should be run |
Host |
Gets or sets IP address of the cassandra host to run the command on |
Readwrite |
Gets or sets if true, allows the command to write to the cassandra directory, otherwise read-only. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET