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
| Name | Description |
|---|---|
| Id |
ARM ID of the subscription. |
| LocationPlacementId |
Gets the LocationPlacementId. |
| QuotaId |
Gets the QuotaId. |
| RegisteredFeatures |
Gets the registered features. |
| RegistrationDate |
Gets the RegistrationDate. |
| RegistrationId |
Edge Subscription Registration ID. |
| SerializedDetails |
Gets the SerializedDetails. |
| State |
Gets the State. |
| SubscriptionId |
Gets the SubscriptionId. |
| TenantId |
Gets the TenantId. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| 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. |