SubscriptionState Constructors
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.
Overloads
SubscriptionState() |
Initializes a new instance of the SubscriptionState class. |
SubscriptionState(String, Nullable<Boolean>, Object) |
Initializes a new instance of the SubscriptionState class. |
SubscriptionState()
Initializes a new instance of the SubscriptionState class.
public SubscriptionState ();
Public Sub New ()
Applies to
SubscriptionState(String, Nullable<Boolean>, Object)
Initializes a new instance of the SubscriptionState class.
public SubscriptionState (string state = default, bool? istransitioning = default, object properties = default);
new Microsoft.Azure.Management.StorageSync.Models.SubscriptionState : string * Nullable<bool> * obj -> Microsoft.Azure.Management.StorageSync.Models.SubscriptionState
Public Sub New (Optional state As String = Nothing, Optional istransitioning As Nullable(Of Boolean) = Nothing, Optional properties As Object = Nothing)
Parameters
- state
- String
State of Azure Subscription. Possible values include: 'Registered', 'Unregistered', 'Warned', 'Suspended', 'Deleted'
- properties
- Object
Subscription state properties.
Applies to
Azure SDK for .NET