NotificationHubNamespacePatch 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.
Patch parameter for NamespaceResource.
public class NotificationHubNamespacePatch
public class NotificationHubNamespacePatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubNamespacePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NotificationHubs.Models.NotificationHubNamespacePatch>
type NotificationHubNamespacePatch = class
type NotificationHubNamespacePatch = class
interface IJsonModel<NotificationHubNamespacePatch>
interface IPersistableModel<NotificationHubNamespacePatch>
Public Class NotificationHubNamespacePatch
Public Class NotificationHubNamespacePatch
Implements IJsonModel(Of NotificationHubNamespacePatch), IPersistableModel(Of NotificationHubNamespacePatch)
- Inheritance
-
NotificationHubNamespacePatch
- Implements
Constructors
NotificationHubNamespacePatch() |
Initializes a new instance of NotificationHubNamespacePatch. |
Properties
Properties |
Represents namespace properties. |
Sku |
The Sku description for a namespace. |
Tags |
Dictionary of <string>. |
Explicit Interface Implementations
IJsonModel<NotificationHubNamespacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NotificationHubNamespacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NotificationHubNamespacePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NotificationHubNamespacePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NotificationHubNamespacePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET