RunCommandRequest Constructors
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.
Overloads
RunCommandRequest() |
Initializes a new instance of the RunCommandRequest class. |
RunCommandRequest(String, String, String) |
Initializes a new instance of the RunCommandRequest class. |
RunCommandRequest()
Initializes a new instance of the RunCommandRequest class.
public RunCommandRequest ();
Public Sub New ()
Applies to
RunCommandRequest(String, String, String)
Initializes a new instance of the RunCommandRequest class.
public RunCommandRequest (string command, string context = default, string clusterToken = default);
new Microsoft.Azure.Management.ContainerService.Models.RunCommandRequest : string * string * string -> Microsoft.Azure.Management.ContainerService.Models.RunCommandRequest
Public Sub New (command As String, Optional context As String = Nothing, Optional clusterToken As String = Nothing)
Parameters
- command
- String
The command to run.
- context
- String
A base64 encoded zip file containing the files required by the command.
- clusterToken
- String
AuthToken issued for AKS AAD Server App.