Share via


ManagedClusterRunCommandContent(String) Constructor

Definition

Initializes a new instance of ManagedClusterRunCommandContent.

public ManagedClusterRunCommandContent (string command);
new Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent : string -> Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent
Public Sub New (command As String)

Parameters

command
String

The command to run.

Exceptions

command is null.

Applies to