ApplicationGatewayWafDynamicManifestCollection.GetIfExistsAsync 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 |
|---|---|
| GetIfExistsAsync(CancellationToken) |
Invokes the GetAsync compatibility operation. |
| GetIfExistsAsync(String, CancellationToken) |
Invokes the GetIfExistsAsync compatibility operation. |
GetIfExistsAsync(CancellationToken)
Invokes the GetAsync compatibility operation.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestResource>> GetIfExistsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestResource>>
override this.GetIfExistsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestResource>>
Public Overridable Function GetIfExistsAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ApplicationGatewayWafDynamicManifestResource))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
GetIfExistsAsync(String, CancellationToken)
Invokes the GetIfExistsAsync compatibility operation.
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestResource>> GetIfExistsAsync(string applicationGatewayWafDynamicManifestName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.Network.ApplicationGatewayWafDynamicManifestResource>>
Public Overridable Function GetIfExistsAsync (applicationGatewayWafDynamicManifestName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of ApplicationGatewayWafDynamicManifestResource))
Parameters
- applicationGatewayWafDynamicManifestName
- String
- cancellationToken
- CancellationToken