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