Share via


SystemCreatedAcrAccount Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SystemCreatedAcrAccountTypeConverter))]
public class SystemCreatedAcrAccount : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISystemCreatedAcrAccount
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SystemCreatedAcrAccountTypeConverter))>]
type SystemCreatedAcrAccount = class
    interface ISystemCreatedAcrAccount
    interface IJsonSerializable
Public Class SystemCreatedAcrAccount
Implements ISystemCreatedAcrAccount
Inheritance
SystemCreatedAcrAccount
Attributes
Implements

Constructors

SystemCreatedAcrAccount()

Creates an new SystemCreatedAcrAccount instance.

Properties

AcrAccountName

Name of the ACR account

AcrAccountSku

SKU of the ACR account

ArmResourceIdResourceId

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}"

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SystemCreatedAcrAccount.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SystemCreatedAcrAccount.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ISystemCreatedAcrAccount.

FromJsonString(String)

Creates a new instance of SystemCreatedAcrAccount, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SystemCreatedAcrAccount into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to