IRegistry.RegionDetail Property

Definition

Details of each region the registry is in

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Details of each region the registry is in", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryRegionArmDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="regionDetails", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryRegionArmDetails> RegionDetail { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Details of each region the registry is in", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryRegionArmDetails) }, Read=true, ReadOnly=false, Required=false, SerializedName="regionDetails", Update=true)>]
member this.RegionDetail : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IRegistryRegionArmDetails> with get, set
Public Property RegionDetail As List(Of IRegistryRegionArmDetails)

Property Value

Attributes

Applies to