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