ArmNetworkModelFactory.ConnectionSharedKey(ResourceIdentifier, 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.Network.Models.ConnectionSharedKey ConnectionSharedKey(Azure.Core.ResourceIdentifier id = default, string value = default);
static member ConnectionSharedKey : Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.Network.Models.ConnectionSharedKey
Public Shared Function ConnectionSharedKey (Optional id As ResourceIdentifier = Nothing, Optional value As String = Nothing) As ConnectionSharedKey
Parameters
Resource ID.
- value
- String
The virtual network connection shared key value.
Returns
A new ConnectionSharedKey instance for mocking.