IWithPrimaryNetworkInterface.WithExistingPrimaryNetworkInterface 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.
Associates an existing network interface with the virtual machine as its primary network interface.
public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithProximityPlacementGroup WithExistingPrimaryNetworkInterface (Microsoft.Azure.Management.Network.Fluent.INetworkInterface networkInterface);
abstract member WithExistingPrimaryNetworkInterface : Microsoft.Azure.Management.Network.Fluent.INetworkInterface -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithProximityPlacementGroup
Public Function WithExistingPrimaryNetworkInterface (networkInterface As INetworkInterface) As IWithProximityPlacementGroup
Parameters
- networkInterface
- INetworkInterface
An existing network interface.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET