Share via


ContainerServiceCredentials Class

Definition

Information about the Azure Container Registry which contains the images deployed to the cluster.

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

Properties

AcsKubeConfig

The ACS kube config file.

ImagePullSecretName

The ACR image pull secret name which was created in Kubernetes.

ServicePrincipalConfiguration

Service principal configuration used by Kubernetes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerServiceCredentials>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceCredentials>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceCredentials>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceCredentials>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceCredentials>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to