IRegistrationAssignmentList.Value Property
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.
The list of registration assignments.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Info(Description="The list of registration assignments.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment) }, ReadOnly=true, Required=false, SerializedName="value")]
public Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment[] Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Runtime.Info(Description="The list of registration assignments.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment) }, ReadOnly=true, Required=false, SerializedName="value")>]
member this.Value : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignment[]
Public ReadOnly Property Value As IRegistrationAssignment()
Property Value
- Attributes