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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET