public final class CdnManager extends Manager<CdnManagementClient>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CdnManager.Configurable
The interface allowing configurations to be set.
|
| Modifier and Type | Method and Description |
|---|---|
static CdnManager |
authenticate(com.azure.core.credential.TokenCredential credential,
com.azure.core.management.profile.AzureProfile profile)
Creates an instance of CDN Manager that exposes CDN manager management API entry points.
|
static CdnManager.Configurable |
configure()
Get a Configurable instance that can be used to create
CdnManager
with optional configuration. |
CdnProfiles |
profiles() |
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManagerpublic static CdnManager.Configurable configure()
CdnManager
with optional configuration.public static CdnManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
credential - the credential to useprofile - the profile to usepublic CdnProfiles profiles()
Copyright © 2020 Microsoft Corporation. All rights reserved.