ManagedClusterRunCommandContent Class

Definition

A run command request.

public class ManagedClusterRunCommandContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerService.Models.ManagedClusterRunCommandContent>
public class ManagedClusterRunCommandContent
type ManagedClusterRunCommandContent = class
    interface IJsonModel<ManagedClusterRunCommandContent>
    interface IPersistableModel<ManagedClusterRunCommandContent>
type ManagedClusterRunCommandContent = class
Public Class ManagedClusterRunCommandContent
Implements IJsonModel(Of ManagedClusterRunCommandContent), IPersistableModel(Of ManagedClusterRunCommandContent)
Public Class ManagedClusterRunCommandContent
Inheritance
ManagedClusterRunCommandContent
Implements

Constructors

ManagedClusterRunCommandContent(String)

Initializes a new instance of ManagedClusterRunCommandContent.

Properties

ClusterToken

AuthToken issued for AKS AAD Server App.

Command

The command to run.

Context

A base64 encoded zip file containing the files required by the command.

Explicit Interface Implementations

IJsonModel<ManagedClusterRunCommandContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedClusterRunCommandContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedClusterRunCommandContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedClusterRunCommandContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedClusterRunCommandContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to