Amazon.CloudFront.AmazonCloudFrontClient.DeleteCloudFrontOriginAccessIdentityAsync C# (CSharp) Метод

DeleteCloudFrontOriginAccessIdentityAsync() публичный Метод

Delete an origin access identity.
/// Access denied. /// /// /// /// The If-Match version is missing or not valid for the distribution. /// /// The specified origin access identity does not exist. /// /// The precondition given in one or more of the request-header fields evaluated to false. ///
public DeleteCloudFrontOriginAccessIdentityAsync ( System cancellationToken = default(CancellationToken) ) : Task
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteCloudFrontOriginAccessIdentityResponse> DeleteCloudFrontOriginAccessIdentityAsync(System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            return DeleteCloudFrontOriginAccessIdentityAsync(new DeleteCloudFrontOriginAccessIdentityRequest(), cancellationToken);
        }

Same methods

AmazonCloudFrontClient::DeleteCloudFrontOriginAccessIdentityAsync ( DeleteCloudFrontOriginAccessIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task
AmazonCloudFrontClient