AcrDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
AcrDetails() |
Creates an new AcrDetails instance. |
Properties
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
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() |