Bagikan melalui


DataPolicyManifestCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /providers/Microsoft.Authorization/dataPolicyManifests/{policyMode}
  • Operation Id: DataPolicyManifests_GetByPolicyMode
  • Default Api Version: 2020-09-01
  • Resource: DataPolicyManifestResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Resources.DataPolicyManifestResource> GetIfExists (string policyMode, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Resources.DataPolicyManifestResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Resources.DataPolicyManifestResource>
Public Overridable Function GetIfExists (policyMode As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DataPolicyManifestResource)

Parameters

policyMode
String

The policy mode of the data policy manifest to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

policyMode is an empty string, and was expected to be non-empty.

policyMode is null.

Applies to