Share via


LogicalNetworkCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

Parameters

logicalNetworkName
String

Name of the logical network.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

logicalNetworkName is null.

Applies to