ArmNetworkCloudModelFactory.StringKeyValuePair(String, String) 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.NetworkCloud.Models.StringKeyValuePair StringKeyValuePair(string key = default, string value = default);
static member StringKeyValuePair : string * string -> Azure.ResourceManager.NetworkCloud.Models.StringKeyValuePair
Public Shared Function StringKeyValuePair (Optional key As String = Nothing, Optional value As String = Nothing) As StringKeyValuePair
Parameters
- key
- String
The key to the mapped value.
- value
- String
The value of the mapping key.
Returns
A new StringKeyValuePair instance for mocking.