JitNetworkAccessPolicyCollection.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.
Tries to get details for this resource from the service.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/locations/{ascLocation}/jitNetworkAccessPolicies/{jitNetworkAccessPolicyName}
- Operation Id: JitNetworkAccessPolicies_Get
- Default Api Version: 2020-01-01
- Resource: JitNetworkAccessPolicyResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyResource>> GetIfExistsAsync (string jitNetworkAccessPolicyName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.JitNetworkAccessPolicyResource>>
Public Overridable Function GetIfExistsAsync (jitNetworkAccessPolicyName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of JitNetworkAccessPolicyResource))
Parameters
- jitNetworkAccessPolicyName
- String
Name of a Just-in-Time access configuration policy.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
jitNetworkAccessPolicyName
is an empty string, and was expected to be non-empty.
jitNetworkAccessPolicyName
is null.