HybridNetworkExtensions.GetPublisherAsync Method

Definition

Gets information about the specified publisher.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}
  • Operation Id: Publishers_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.PublisherResource>> GetPublisherAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string publisherName, System.Threading.CancellationToken cancellationToken = default);
static member GetPublisherAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.HybridNetwork.PublisherResource>>
<Extension()>
Public Function GetPublisherAsync (resourceGroupResource As ResourceGroupResource, publisherName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PublisherResource))

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

publisherName
String

The name of the publisher.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or publisherName is null.

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

Applies to