ArmHybridComputeModelFactory.HybridComputeNetworkInterface 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 HybridComputeNetworkInterface.
public static Azure.ResourceManager.HybridCompute.Models.HybridComputeNetworkInterface HybridComputeNetworkInterface (System.Collections.Generic.IEnumerable<Azure.ResourceManager.HybridCompute.Models.HybridComputeIPAddress> ipAddresses = default);
static member HybridComputeNetworkInterface : seq<Azure.ResourceManager.HybridCompute.Models.HybridComputeIPAddress> -> Azure.ResourceManager.HybridCompute.Models.HybridComputeNetworkInterface
Public Shared Function HybridComputeNetworkInterface (Optional ipAddresses As IEnumerable(Of HybridComputeIPAddress) = Nothing) As HybridComputeNetworkInterface
Parameters
- ipAddresses
- IEnumerable<HybridComputeIPAddress>
The list of IP addresses in this interface.
Returns
A new HybridComputeNetworkInterface 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