IBillingAccountPoliciesResponseProperties.AllowTransfer 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.
Determine if the transfers are allowed for the billing account
[Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Description="Determine if the transfers are allowed for the billing account", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="allowTransfers")]
public bool? AllowTransfer { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Subscription.Runtime.Info(Description="Determine if the transfers are allowed for the billing account", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="allowTransfers")>]
member this.AllowTransfer : Nullable<bool> with get, set
Public Property AllowTransfer As Nullable(Of Boolean)
Property Value
- Attributes