ArmNetworkModelFactory.SubgroupProfile Method

Definition

public static Azure.ResourceManager.Network.Models.SubgroupProfile SubgroupProfile(string vmSize = default, Azure.ResourceManager.Network.Models.SubgroupProfileScope? scope = default, int? size = default);
static member SubgroupProfile : string * Nullable<Azure.ResourceManager.Network.Models.SubgroupProfileScope> * Nullable<int> -> Azure.ResourceManager.Network.Models.SubgroupProfile
Public Shared Function SubgroupProfile (Optional vmSize As String = Nothing, Optional scope As Nullable(Of SubgroupProfileScope) = Nothing, Optional size As Nullable(Of Integer) = Nothing) As SubgroupProfile

Parameters

vmSize
String

VM size of the subgroup profile.

scope
Nullable<SubgroupProfileScope>

Scope of the subgroup profile.

size
Nullable<Int32>

Size of the subgroup profile.

Returns

A new SubgroupProfile instance for mocking.

Applies to