ArmNetworkModelFactory.SubgroupProfile 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.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.
Returns
A new SubgroupProfile instance for mocking.