다음을 통해 공유


EndpointsOperationsExtensions.BeginPurgeContentAsync 메서드

정의

CDN에서 콘텐츠를 제거합니다.

public static System.Threading.Tasks.Task BeginPurgeContentAsync(this Microsoft.Azure.Management.Cdn.Fluent.IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, System.Collections.Generic.IList<string> contentPaths, System.Threading.CancellationToken cancellationToken = default);
static member BeginPurgeContentAsync : Microsoft.Azure.Management.Cdn.Fluent.IEndpointsOperations * string * string * string * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginPurgeContentAsync (operations As IEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, contentPaths As IList(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

매개 변수

operations
IEndpointsOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 구독 내의 리소스 그룹 이름입니다.

profileName
String

리소스 그룹 내에서 고유한 CDN 프로필의 이름입니다.

endpointName
String

전역적으로 고유한 프로필 아래의 엔드포인트 이름입니다.

contentPaths
IList<String>

제거할 콘텐츠의 경로입니다. 파일 경로 또는 야생 카드 디렉터리를 설명할 수 있습니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상