EdgeProfileSubscription 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.
Subscription details for the Edge Profile.
public class EdgeProfileSubscription : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.EdgeProfileSubscription>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.EdgeProfileSubscription>
public class EdgeProfileSubscription
type EdgeProfileSubscription = class
interface IJsonModel<EdgeProfileSubscription>
interface IPersistableModel<EdgeProfileSubscription>
type EdgeProfileSubscription = class
Public Class EdgeProfileSubscription
Implements IJsonModel(Of EdgeProfileSubscription), IPersistableModel(Of EdgeProfileSubscription)
Public Class EdgeProfileSubscription
- Inheritance
-
EdgeProfileSubscription
- Implements
Properties
Id |
ARM ID of the subscription. |
LocationPlacementId |
Gets the ___location placement id. |
QuotaId |
Gets the quota id. |
RegisteredFeatures |
Gets the registered features. |
RegistrationDate |
Gets the registration date. |
RegistrationId |
Edge Subscription Registration ID. |
SerializedDetails |
Gets the serialized details. |
State |
Gets the state. |
SubscriptionId |
Gets the subscription id. |
TenantId |
Gets the tenant id. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<EdgeProfileSubscription>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<EdgeProfileSubscription>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<EdgeProfileSubscription>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<EdgeProfileSubscription>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<EdgeProfileSubscription>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |