Share via


ArmContainerServiceModelFactory.ManagedClusterRunCommandContent Method

Definition

Initializes a new instance of ManagedClusterRunCommandContent.

public static Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent ManagedClusterRunCommandContent (string command = default, string context = default, string clusterToken = default);
static member ManagedClusterRunCommandContent : string * string * string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent
Public Shared Function ManagedClusterRunCommandContent (Optional command As String = Nothing, Optional context As String = Nothing, Optional clusterToken As String = Nothing) As ManagedClusterRunCommandContent

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.

Returns

A new ManagedClusterRunCommandContent instance for mocking.

Applies to