ArmNetworkModelFactory.SubgroupProperties 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.SubgroupProperties SubgroupProperties(string internalSubgroupId = default, Azure.Core.ResourceIdentifier interconnectBlockId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkSubResource> virtualMachines = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member SubgroupProperties : string * Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Network.Models.NetworkSubResource> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.SubgroupProperties
Public Shared Function SubgroupProperties (Optional internalSubgroupId As String = Nothing, Optional interconnectBlockId As ResourceIdentifier = Nothing, Optional virtualMachines As IEnumerable(Of NetworkSubResource) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As SubgroupProperties
Parameters
- internalSubgroupId
- String
The unique identifier of the subgroup.
- interconnectBlockId
- ResourceIdentifier
Resource ID.
- virtualMachines
- IEnumerable<NetworkSubResource>
A list of virtual machine references.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the subgroup.
Returns
A new SubgroupProperties instance for mocking.