ISaasSubscriptionDetails.IsAutoRenew 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.
AutoRenew flag
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="AutoRenew flag", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isAutoRenew", Update=false)]
public bool? IsAutoRenew { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="AutoRenew flag", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="isAutoRenew", Update=false)>]
member this.IsAutoRenew : Nullable<bool>
Public ReadOnly Property IsAutoRenew As Nullable(Of Boolean)
Property Value
- Attributes