IGenerateAutonomousDatabaseWalletDetails.IsRegional 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.
True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isRegional", Update=true)]
public bool? IsRegional { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="True when requesting regional connection strings in PDB connect info, applicable to cross-region DG only.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="isRegional", Update=true)>]
member this.IsRegional : Nullable<bool> with get, set
Public Property IsRegional As Nullable(Of Boolean)
Property Value
- Attributes