ArmContainerServiceModelFactory.ManagedClusterRunCommandContent Method
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.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET