ArmNotificationHubsModelFactory.NotificationHubResourceKeys Method
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.
Initializes a new instance of NotificationHubResourceKeys.
public static Azure.ResourceManager.NotificationHubs.Models.NotificationHubResourceKeys NotificationHubResourceKeys(string primaryConnectionString = default, string secondaryConnectionString = default, string primaryKey = default, string secondaryKey = default, string keyName = default);
static member NotificationHubResourceKeys : string * string * string * string * string -> Azure.ResourceManager.NotificationHubs.Models.NotificationHubResourceKeys
Public Shared Function NotificationHubResourceKeys (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) As NotificationHubResourceKeys
Parameters
- primaryConnectionString
- String
Gets or sets primaryConnectionString of the AuthorizationRule.
- secondaryConnectionString
- String
Gets or sets secondaryConnectionString of the created AuthorizationRule
- primaryKey
- String
Gets or sets primaryKey of the created AuthorizationRule.
- secondaryKey
- String
Gets or sets secondaryKey of the created AuthorizationRule.
- keyName
- String
Gets or sets keyName of the created AuthorizationRule.
Returns
A new NotificationHubResourceKeys instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET