Udostępnij przez


AcrDetails Class

Definition

Details of ACR account to be used for the Registry

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

Constructors

Name Description
AcrDetails()

Creates an new AcrDetails instance.

Properties

Name Description
SystemCreatedAcrAccountArmResourceIdResourceId

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

SystemCreatedAcrAccountName

Name of the ACR account

SystemCreatedAcrAccountSku

SKU of the ACR account

UserCreatedAcrAccountArmResourceIdResourceId

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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AcrDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AcrDetails.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AcrDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to