Share via


SystemCreatedAcrAccount Class

Definition

The SystemCreatedAcrAccount.

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

Constructors

SystemCreatedAcrAccount()

Initializes a new instance of SystemCreatedAcrAccount.

Properties

AcrAccountName

Name of the ACR account.

AcrAccountSku

SKU of the ACR account.

ArmResourceId

Arm ResourceId is in the format "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Storage/storageAccounts/{StorageAccountName}" or "/subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{AcrName}"

Explicit Interface Implementations

IJsonModel<SystemCreatedAcrAccount>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SystemCreatedAcrAccount>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SystemCreatedAcrAccount>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SystemCreatedAcrAccount>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SystemCreatedAcrAccount>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to