ArmCertificateRegistrationModelFactory.DataProviderKeyValuePair 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.
The DataProviderKeyValuePair.
public static Azure.ResourceManager.CertificateRegistration.Models.DataProviderKeyValuePair DataProviderKeyValuePair(string key = default, System.Collections.Generic.IReadOnlyDictionary<string,string> value = default);
static member DataProviderKeyValuePair : string * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.ResourceManager.CertificateRegistration.Models.DataProviderKeyValuePair
Public Shared Function DataProviderKeyValuePair (Optional key As String = Nothing, Optional value As IReadOnlyDictionary(Of String, String) = Nothing) As DataProviderKeyValuePair
Parameters
- key
- String
- value
- IReadOnlyDictionary<String,String>
Any object.
Returns
A new DataProviderKeyValuePair instance for mocking.