ResourceListKeysInner 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
ResourceListKeysInner() | |
ResourceListKeysInner(String, String, String, String, String) |
ResourceListKeysInner()
public ResourceListKeysInner ();
Public Sub New ()
Applies to
ResourceListKeysInner(String, String, String, String, String)
public ResourceListKeysInner (string primaryConnectionString = default, string secondaryConnectionString = default, string primaryKey = default, string secondaryKey = default, string keyName = default);
new Microsoft.Azure.Management.NotificationHubs.Fluent.Models.ResourceListKeysInner : string * string * string * string * string -> Microsoft.Azure.Management.NotificationHubs.Fluent.Models.ResourceListKeysInner
Public Sub New (Optional primaryConnectionString As String = Nothing, Optional secondaryConnectionString As String = Nothing, Optional primaryKey As String = Nothing, Optional secondaryKey As String = Nothing, Optional keyName As String = Nothing)
Parameters
- primaryConnectionString
- String
- secondaryConnectionString
- String
- primaryKey
- String
- secondaryKey
- String
- keyName
- String
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