ApplicationGatewayWafDynamicManifestCollection.Exists 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.
Overloads
| Name | Description |
|---|---|
| Exists(CancellationToken) |
Invokes the Exists compatibility operation. |
| Exists(String, CancellationToken) |
Invokes the Exists compatibility operation. |
Exists(CancellationToken)
Invokes the Exists compatibility operation.
public virtual Azure.Response<bool> Exists(System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Exists(String, CancellationToken)
Invokes the Exists compatibility operation.
public virtual Azure.Response<bool> Exists(string applicationGatewayWafDynamicManifestName, System.Threading.CancellationToken cancellationToken = default);
abstract member Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
override this.Exists : string * System.Threading.CancellationToken -> Azure.Response<bool>
Public Overridable Function Exists (applicationGatewayWafDynamicManifestName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of Boolean)
Parameters
- applicationGatewayWafDynamicManifestName
- String
- cancellationToken
- CancellationToken