DomainsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

WebSiteManagementClient's

<xref:domains> attribute.

Inheritance
builtins.object
DomainsOperations

Constructor

DomainsOperations(*args, **kwargs)

Methods

begin_create_or_update

Creates or updates a domain.

Creates or updates a domain.

check_availability

Check if a domain is available for registration.

Check if a domain is available for registration.

create_or_update_ownership_identifier

Creates an ownership identifier for a domain or updates identifier details for an existing identifier.

Creates an ownership identifier for a domain or updates identifier details for an existing identifier.

delete

Delete a domain.

Delete a domain.

delete_ownership_identifier

Delete ownership identifier for domain.

Delete ownership identifier for domain.

get

Get a domain.

Get a domain.

get_control_center_sso_request

Generate a single sign-on request for the domain management portal.

Generate a single sign-on request for the domain management portal.

get_ownership_identifier

Get ownership identifier for domain.

Get ownership identifier for domain.

list

Get all domains in a subscription.

Get all domains in a subscription.

list_by_resource_group

Get all domains in a resource group.

Get all domains in a resource group.

list_ownership_identifiers

Lists domain ownership identifiers.

Lists domain ownership identifiers.

list_recommendations

Get domain name recommendations based on keywords.

Get domain name recommendations based on keywords.

renew

Renew a domain.

Renew a domain.

update

Creates or updates a domain.

Creates or updates a domain.

update_ownership_identifier

Creates an ownership identifier for a domain or updates identifier details for an existing identifier.

Creates an ownership identifier for a domain or updates identifier details for an existing identifier.

begin_create_or_update

Creates or updates a domain.

Creates or updates a domain.

begin_create_or_update(resource_group_name: str, domain_name: str, domain: _models.Domain, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.Domain]

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of the domain. Required.

domain
Required

Domain registration information. Is either a Domain type or a IO[bytes] type. Required.

Returns

Type Description

An instance of LROPoller that returns either Domain or the result of cls(response)

Exceptions

Type Description

check_availability

Check if a domain is available for registration.

Check if a domain is available for registration.

check_availability(identifier: _models.NameIdentifier, *, content_type: str = 'application/json', **kwargs: Any) -> _models.DomainAvailabilityCheckResult

Parameters

Name Description
identifier
Required

Name of the domain. Is either a NameIdentifier type or a IO[bytes] type. Required.

Returns

Type Description

DomainAvailabilityCheckResult or the result of cls(response)

Exceptions

Type Description

create_or_update_ownership_identifier

Creates an ownership identifier for a domain or updates identifier details for an existing identifier.

Creates an ownership identifier for a domain or updates identifier details for an existing identifier.

create_or_update_ownership_identifier(resource_group_name: str, domain_name: str, name: str, domain_ownership_identifier: _models.DomainOwnershipIdentifier, *, content_type: str = 'application/json', **kwargs: Any) -> _models.DomainOwnershipIdentifier

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of domain. Required.

name
Required
str

Name of identifier. Required.

domain_ownership_identifier
Required

A JSON representation of the domain ownership properties. Is either a DomainOwnershipIdentifier type or a IO[bytes] type. Required.

Returns

Type Description

DomainOwnershipIdentifier or the result of cls(response)

Exceptions

Type Description

delete

Delete a domain.

Delete a domain.

delete(resource_group_name: str, domain_name: str, force_hard_delete_domain: bool | None = None, **kwargs: Any) -> None

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of the domain. Required.

force_hard_delete_domain
Required

Specify <code>true</code> to delete the domain immediately. The default is <code>false</code> which deletes the domain after 24 hours. Default value is None.

Returns

Type Description

None or the result of cls(response)

Exceptions

Type Description

delete_ownership_identifier

Delete ownership identifier for domain.

Delete ownership identifier for domain.

delete_ownership_identifier(resource_group_name: str, domain_name: str, name: str, **kwargs: Any) -> None

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of domain. Required.

name
Required
str

Name of identifier. Required.

Returns

Type Description

None or the result of cls(response)

Exceptions

Type Description

get

Get a domain.

Get a domain.

get(resource_group_name: str, domain_name: str, **kwargs: Any) -> Domain

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of the domain. Required.

Returns

Type Description

Domain or the result of cls(response)

Exceptions

Type Description

get_control_center_sso_request

Generate a single sign-on request for the domain management portal.

Generate a single sign-on request for the domain management portal.

get_control_center_sso_request(**kwargs: Any) -> DomainControlCenterSsoRequest

Returns

Type Description

DomainControlCenterSsoRequest or the result of cls(response)

Exceptions

Type Description

get_ownership_identifier

Get ownership identifier for domain.

Get ownership identifier for domain.

get_ownership_identifier(resource_group_name: str, domain_name: str, name: str, **kwargs: Any) -> DomainOwnershipIdentifier

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of domain. Required.

name
Required
str

Name of identifier. Required.

Returns

Type Description

DomainOwnershipIdentifier or the result of cls(response)

Exceptions

Type Description

list

Get all domains in a subscription.

Get all domains in a subscription.

list(**kwargs: Any) -> Iterable[Domain]

Returns

Type Description

An iterator like instance of either Domain or the result of cls(response)

Exceptions

Type Description

list_by_resource_group

Get all domains in a resource group.

Get all domains in a resource group.

list_by_resource_group(resource_group_name: str, **kwargs: Any) -> Iterable[Domain]

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

Returns

Type Description

An iterator like instance of either Domain or the result of cls(response)

Exceptions

Type Description

list_ownership_identifiers

Lists domain ownership identifiers.

Lists domain ownership identifiers.

list_ownership_identifiers(resource_group_name: str, domain_name: str, **kwargs: Any) -> Iterable[DomainOwnershipIdentifier]

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of domain. Required.

Returns

Type Description

An iterator like instance of either DomainOwnershipIdentifier or the result of cls(response)

Exceptions

Type Description

list_recommendations

Get domain name recommendations based on keywords.

Get domain name recommendations based on keywords.

list_recommendations(parameters: _models.DomainRecommendationSearchParameters, *, content_type: str = 'application/json', **kwargs: Any) -> Iterable['_models.NameIdentifier']

Parameters

Name Description
parameters
Required

Search parameters for domain name recommendations. Is either a DomainRecommendationSearchParameters type or a IO[bytes] type. Required.

Returns

Type Description

An iterator like instance of either NameIdentifier or the result of cls(response)

Exceptions

Type Description

renew

Renew a domain.

Renew a domain.

renew(resource_group_name: str, domain_name: str, **kwargs: Any) -> None

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of the domain. Required.

Returns

Type Description

None or the result of cls(response)

Exceptions

Type Description

update

Creates or updates a domain.

Creates or updates a domain.

update(resource_group_name: str, domain_name: str, domain: _models.DomainPatchResource, *, content_type: str = 'application/json', **kwargs: Any) -> _models.Domain

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of the domain. Required.

domain
Required

Domain registration information. Is either a DomainPatchResource type or a IO[bytes] type. Required.

Returns

Type Description

Domain or the result of cls(response)

Exceptions

Type Description

update_ownership_identifier

Creates an ownership identifier for a domain or updates identifier details for an existing identifier.

Creates an ownership identifier for a domain or updates identifier details for an existing identifier.

update_ownership_identifier(resource_group_name: str, domain_name: str, name: str, domain_ownership_identifier: _models.DomainOwnershipIdentifier, *, content_type: str = 'application/json', **kwargs: Any) -> _models.DomainOwnershipIdentifier

Parameters

Name Description
resource_group_name
Required
str

Name of the resource group to which the resource belongs. Required.

domain_name
Required
str

Name of domain. Required.

name
Required
str

Name of identifier. Required.

domain_ownership_identifier
Required

A JSON representation of the domain ownership properties. Is either a DomainOwnershipIdentifier type or a IO[bytes] type. Required.

Returns

Type Description

DomainOwnershipIdentifier or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.web.v2020_06_01.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\web\\v2020_06_01\\models\\__init__.py'>