CdnManagementClient Class
Cdn Management Client.
- Inheritance
-
azure.mgmt.cdn.operations._cdn_management_client_operations.CdnManagementClientOperationsMixinCdnManagementClient
Constructor
CdnManagementClient(credential: TokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)
Parameters
Name | Description |
---|---|
credential
Required
|
Credential needed for the client to connect to Azure. Required. |
subscription_id
Required
|
Azure Subscription ID. Required. |
base_url
|
Service URL. Default value is "https://management.azure.com". Default value: https://management.azure.com
|
Keyword-Only Parameters
Name | Description |
---|---|
api_version
|
Api Version. Default value is "2024-02-01". Note that overriding this default value may result in unsupported behavior. |
polling_interval
|
Default waiting time between two polls for LRO operations if no Retry-After header is present. |
Variables
Name | Description |
---|---|
afd_profiles
|
AFDProfilesOperations operations |
afd_custom_domains
|
AFDCustomDomainsOperations operations |
afd_endpoints
|
AFDEndpointsOperations operations |
afd_origin_groups
|
AFDOriginGroupsOperations operations |
afd_origins
|
AFDOriginsOperations operations |
routes
|
RoutesOperations operations |
rule_sets
|
RuleSetsOperations operations |
rules
|
RulesOperations operations |
security_policies
|
SecurityPoliciesOperations operations |
secrets
|
SecretsOperations operations |
log_analytics
|
LogAnalyticsOperations operations |
profiles
|
ProfilesOperations operations |
endpoints
|
EndpointsOperations operations |
origins
|
OriginsOperations operations |
origin_groups
|
OriginGroupsOperations operations |
custom_domains
|
CustomDomainsOperations operations |
resource_usage
|
ResourceUsageOperations operations |
operations
|
Operations operations |
edge_nodes
|
EdgeNodesOperations operations |
policies
|
PoliciesOperations operations |
managed_rule_sets
|
ManagedRuleSetsOperations operations |
Methods
close |
close
close() -> None
Azure SDK for Python