Share via


DevTestLabResource.GetDevTestLabVirtualNetwork Method

Definition

Get virtual network.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/virtualnetworks/{name}
  • Operation Id: VirtualNetworks_Get
public virtual Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkResource> GetDevTestLabVirtualNetwork (string name, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevTestLabVirtualNetwork : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkResource>
override this.GetDevTestLabVirtualNetwork : string * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevTestLabs.DevTestLabVirtualNetworkResource>
Public Overridable Function GetDevTestLabVirtualNetwork (name As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevTestLabVirtualNetworkResource)

Parameters

name
String

The name of the virtual network.

expand
String

Specify the $expand query. Example: 'properties($expand=externalSubnets)'.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

name is an empty string, and was expected to be non-empty.

Applies to