IPlanDataResource.AccountCreationSource 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.
Source of account creation
[Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Description="Source of account creation", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.AccountCreationSource) }, ReadOnly=false, Required=false, SerializedName="accountCreationSource")]
public Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.AccountCreationSource? AccountCreationSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Runtime.Info(Description="Source of account creation", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.AccountCreationSource) }, ReadOnly=false, Required=false, SerializedName="accountCreationSource")>]
member this.AccountCreationSource : Nullable<Microsoft.Azure.PowerShell.Cmdlets.NewRelic.Support.AccountCreationSource> with get, set
Public Property AccountCreationSource As Nullable(Of AccountCreationSource)
Property Value
- Attributes