ArmHciModelFactory.HciEdgeDeviceSwitchDetail 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.
Initializes a new instance of HciEdgeDeviceSwitchDetail.
public static Azure.ResourceManager.Hci.Models.HciEdgeDeviceSwitchDetail HciEdgeDeviceSwitchDetail (string switchName = default, string switchType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.HciEdgeSwitchExtension> extensions = default);
static member HciEdgeDeviceSwitchDetail : string * string * seq<Azure.ResourceManager.Hci.Models.HciEdgeSwitchExtension> -> Azure.ResourceManager.Hci.Models.HciEdgeDeviceSwitchDetail
Public Shared Function HciEdgeDeviceSwitchDetail (Optional switchName As String = Nothing, Optional switchType As String = Nothing, Optional extensions As IEnumerable(Of HciEdgeSwitchExtension) = Nothing) As HciEdgeDeviceSwitchDetail
Parameters
- switchName
- String
The name of the switch.
- switchType
- String
The type of the switch. e.g. external, internal.
- extensions
- IEnumerable<HciEdgeSwitchExtension>
This represents extensions installed on virtualSwitch.
Returns
A new HciEdgeDeviceSwitchDetail instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET