PeeringRegisteredPrefixResource.Validate(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Validates an existing registered prefix with the specified name under the given subscription, resource group and peering.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peerings/{peeringName}/registeredPrefixes/{registeredPrefixName}/validate
- Operation Id: RegisteredPrefixes_Validate
- Default Api Version: 2022-10-01
- Resource: PeeringRegisteredPrefixResource
public virtual Azure.Response<Azure.ResourceManager.Peering.PeeringRegisteredPrefixResource> Validate(System.Threading.CancellationToken cancellationToken = default);
abstract member Validate : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Peering.PeeringRegisteredPrefixResource>
override this.Validate : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Peering.PeeringRegisteredPrefixResource>
Public Overridable Function Validate (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PeeringRegisteredPrefixResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.