MockableHciResourceGroupResource.GetLogicalNetwork Method

Definition

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureStackHCI/logicalNetworks/{logicalNetworkName}
  • Operation Id: LogicalNetworks_Get
public virtual Azure.Response<Azure.ResourceManager.Hci.LogicalNetworkResource> GetLogicalNetwork (string logicalNetworkName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicalNetwork : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.LogicalNetworkResource>
override this.GetLogicalNetwork : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Hci.LogicalNetworkResource>
Public Overridable Function GetLogicalNetwork (logicalNetworkName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LogicalNetworkResource)

Parameters

logicalNetworkName
String

Name of the logical network.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

logicalNetworkName is null.

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

Applies to