다음을 통해 공유


CdnManager Class

public final class CdnManager
extends Manager<CdnManagementClient>

Entry point to Azure CDN management.

Method Summary

Modifier and Type Method and Description
static CdnManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of CDN Manager that exposes CDN manager management API entry points.

static CdnManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of CDN Manager that exposes CDN manager management API entry points.

static Configurable configure()

Get a Configurable instance that can be used to create CdnManager with optional configuration.

CdnProfiles profiles()

Methods inherited from Manager

Methods inherited from java.lang.Object

Method Details

authenticate

public static CdnManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of CDN Manager that exposes CDN manager management API entry points.

Parameters:

credential - the credential to use
profile - the profile to use

Returns:

the CDN Manager

authenticate

public static CdnManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of CDN Manager that exposes CDN manager management API entry points.

Parameters:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the profile to use

Returns:

the CDN Manager

configure

public static CdnManager.Configurable configure()

Get a Configurable instance that can be used to create CdnManager with optional configuration.

Returns:

the instance allowing configurations

profiles

public CdnProfiles profiles()

Returns:

entry point to CDN manager profile management

Applies to