ArmNotificationHubsModelFactory.FcmV1Credential 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.
public static Azure.ResourceManager.NotificationHubs.Models.FcmV1Credential FcmV1Credential(string clientEmail = default, string privateKey = default, string projectId = default);
static member FcmV1Credential : string * string * string -> Azure.ResourceManager.NotificationHubs.Models.FcmV1Credential
Public Shared Function FcmV1Credential (Optional clientEmail As String = Nothing, Optional privateKey As String = Nothing, Optional projectId As String = Nothing) As FcmV1Credential
Parameters
- clientEmail
- String
Gets or sets client email.
- privateKey
- String
Gets or sets private key.
- projectId
- String
Gets or sets project id.
Returns
A new FcmV1Credential instance for mocking.
Exceptions
clientEmail, privateKey or projectId is null.