ArmNetworkModelFactory.SessionIds(IEnumerable<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.SessionIds SessionIds(System.Collections.Generic.IEnumerable<string> sessionIdsProperty = default);
static member SessionIds : seq<string> -> Azure.ResourceManager.Network.Models.SessionIds
Public Shared Function SessionIds (Optional sessionIdsProperty As IEnumerable(Of String) = Nothing) As SessionIds
Parameters
- sessionIdsProperty
- IEnumerable<String>
List of session IDs.
Returns
A new SessionIds instance for mocking.