共用方式為


PeeringServicePrefixCollection.Exists Method

Definition

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/prefixes/{prefixName}
  • Operation Id: Prefixes_Get
public virtual Azure.Response<bool> Exists (string prefixName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (prefixName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)

Parameters

prefixName
String

The name of the prefix.

expand
String

The properties to be expanded.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

prefixName is null.

Applies to