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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET