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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET