PartnerNamespaceRegenerateKeyRequest Constructors
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.
Overloads
PartnerNamespaceRegenerateKeyRequest() |
Initializes a new instance of the PartnerNamespaceRegenerateKeyRequest class. |
PartnerNamespaceRegenerateKeyRequest(String) |
Initializes a new instance of the PartnerNamespaceRegenerateKeyRequest class. |
PartnerNamespaceRegenerateKeyRequest()
Initializes a new instance of the PartnerNamespaceRegenerateKeyRequest class.
public PartnerNamespaceRegenerateKeyRequest ();
Public Sub New ()
Applies to
PartnerNamespaceRegenerateKeyRequest(String)
Initializes a new instance of the PartnerNamespaceRegenerateKeyRequest class.
public PartnerNamespaceRegenerateKeyRequest (string keyName);
new Microsoft.Azure.Management.EventGrid.Models.PartnerNamespaceRegenerateKeyRequest : string -> Microsoft.Azure.Management.EventGrid.Models.PartnerNamespaceRegenerateKeyRequest
Public Sub New (keyName As String)
Parameters
- keyName
- String
Key name to regenerate (key1 or key2).
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET