SubscriptionStateOverrideAction Class
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.
The SubscriptionStateOverrideAction.
public class SubscriptionStateOverrideAction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ProviderHub.Models.SubscriptionStateOverrideAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ProviderHub.Models.SubscriptionStateOverrideAction>
public class SubscriptionStateOverrideAction
type SubscriptionStateOverrideAction = class
interface IJsonModel<SubscriptionStateOverrideAction>
interface IPersistableModel<SubscriptionStateOverrideAction>
type SubscriptionStateOverrideAction = class
Public Class SubscriptionStateOverrideAction
Implements IJsonModel(Of SubscriptionStateOverrideAction), IPersistableModel(Of SubscriptionStateOverrideAction)
Public Class SubscriptionStateOverrideAction
- Inheritance
-
SubscriptionStateOverrideAction
- Implements
Constructors
SubscriptionStateOverrideAction(SubscriptionTransitioningState, SubscriptionNotificationOperation) |
Initializes a new instance of SubscriptionStateOverrideAction. |
Properties
Action |
Gets or sets the action. |
State |
Gets or sets the state. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SubscriptionStateOverrideAction>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SubscriptionStateOverrideAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SubscriptionStateOverrideAction>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SubscriptionStateOverrideAction>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SubscriptionStateOverrideAction>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET