ArmNetworkModelFactory.ConnectionResetSharedKey(Int32) 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.ConnectionResetSharedKey ConnectionResetSharedKey(int keyLength = 0);
static member ConnectionResetSharedKey : int -> Azure.ResourceManager.Network.Models.ConnectionResetSharedKey
Public Shared Function ConnectionResetSharedKey (Optional keyLength As Integer = 0) As ConnectionResetSharedKey
Parameters
- keyLength
- Int32
The virtual network connection reset shared key length, should between 1 and 128.
Returns
A new ConnectionResetSharedKey instance for mocking.