ConnectedClusterBgpPeerCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /{resourceUri}/providers/Microsoft.KubernetesRuntime/bgpPeers/{bgpPeerName}
  • Operation Id: BgpPeer_Get
  • Default Api Version: 2024-03-01
  • Resource: ConnectedClusterBgpPeerResource
public virtual Azure.NullableResponse<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterBgpPeerResource> GetIfExists (string bgpPeerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterBgpPeerResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ContainerOrchestratorRuntime.ConnectedClusterBgpPeerResource>
Public Overridable Function GetIfExists (bgpPeerName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of ConnectedClusterBgpPeerResource)

Parameters

bgpPeerName
String

The name of the BgpPeer.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

bgpPeerName is null.

Applies to