CdnManager Class
- java.
lang. Object - com.
azure. resourcemanager. resources. fluentcore. arm. Manager<InnerT> - com.
azure. resourcemanager. cdn. CdnManager
- com.
- com.
public final class CdnManager
extends Manager<CdnManagementClient>
Entry point to Azure CDN management.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Cdn |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of CDN Manager that exposes CDN manager management API entry points. |
static
Cdn |
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. |
Cdn |
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:
Returns:
authenticate
public static CdnManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of CDN Manager that exposes CDN manager management API entry points.
Parameters:
Returns:
configure
public static CdnManager.Configurable configure()
Get a Configurable instance that can be used to create CdnManager with optional configuration.
Returns:
profiles
public CdnProfiles profiles()
Returns:
Applies to
Azure SDK for Java