RegistryRegionArmDetails 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 for each region the registry is in
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegistryRegionArmDetailsTypeConverter))]
public class RegistryRegionArmDetails : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRegistryRegionArmDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.RegistryRegionArmDetailsTypeConverter))>]
type RegistryRegionArmDetails = class
interface IRegistryRegionArmDetails
interface IJsonSerializable
Public Class RegistryRegionArmDetails
Implements IRegistryRegionArmDetails
- Inheritance
-
RegistryRegionArmDetails
- Attributes
- Implements
Constructors
RegistryRegionArmDetails() |
Creates an new RegistryRegionArmDetails instance. |
Properties
AcrDetail |
List of ACR accounts |
Location |
The location where the registry exists |
StorageAccountDetail |
List of storage accounts |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegistryRegionArmDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegistryRegionArmDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IRegistryRegionArmDetails. |
FromJsonString(String) |
Creates a new instance of RegistryRegionArmDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegistryRegionArmDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |