FrontDoorManagementClient Class

FrontDoor Client.

Inheritance
builtins.object
FrontDoorManagementClient

Constructor

FrontDoorManagementClient(credential: AsyncTokenCredential, subscription_id: str, base_url: str = 'https://management.azure.com', **kwargs: Any)

Parameters

credential
AsyncTokenCredential
Required

Credential needed for the client to connect to Azure.

subscription_id
str
Required

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

base_url
str
default value: https://management.azure.com

Service URL. Default value is 'https://management.azure.com'.

polling_interval
int

Default waiting time between two polls for LRO operations if no Retry-After header is present.

Variables

network_experiment_profiles
NetworkExperimentProfilesOperations

NetworkExperimentProfilesOperations operations

preconfigured_endpoints
PreconfiguredEndpointsOperations

PreconfiguredEndpointsOperations operations

experiments
ExperimentsOperations

ExperimentsOperations operations

reports
ReportsOperations

ReportsOperations operations

front_door_name_availability
FrontDoorNameAvailabilityOperations

FrontDoorNameAvailabilityOperations operations

front_door_name_availability_with_subscription
FrontDoorNameAvailabilityWithSubscriptionOperations

FrontDoorNameAvailabilityWithSubscriptionOperations operations

front_doors
FrontDoorsOperations

FrontDoorsOperations operations

frontend_endpoints
FrontendEndpointsOperations

FrontendEndpointsOperations operations

endpoints
EndpointsOperations

EndpointsOperations operations

rules_engines
RulesEnginesOperations

RulesEnginesOperations operations

policies
PoliciesOperations

PoliciesOperations operations

managed_rule_sets
ManagedRuleSetsOperations

ManagedRuleSetsOperations operations

Methods

close

close

async close() -> None