IOracleSubscription.AddSubscriptionOperationState 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.
State of the add Azure subscription operation on Oracle subscription
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "Succeeded", "Updating", "Failed" })]
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="State of the add Azure subscription operation on Oracle subscription", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="addSubscriptionOperationState", Update=false)]
public string AddSubscriptionOperationState { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.PSArgumentCompleter(new System.String[] { "Succeeded", "Updating", "Failed" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="State of the add Azure subscription operation on Oracle subscription", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="addSubscriptionOperationState", Update=false)>]
member this.AddSubscriptionOperationState : string
Public ReadOnly Property AddSubscriptionOperationState As String
Property Value
- Attributes