SubgroupProfile(String) Constructor
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.
Initializes a new instance of SubgroupProfile.
public SubgroupProfile(string vmSize);
new Azure.ResourceManager.Network.Models.SubgroupProfile : string -> Azure.ResourceManager.Network.Models.SubgroupProfile
Public Sub New (vmSize As String)
Parameters
- vmSize
- String
VM size of the subgroup profile.
Exceptions
vmSize is null.