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