DomainAvailabilityCheckResult Class   
Domain availability check result.
Constructor
DomainAvailabilityCheckResult(*, name: str | None = None, available: bool | None = None, domain_type: str | _models.DomainType | None = None, **kwargs: Any)
		Keyword-Only Parameters
| Name | Description | 
|---|---|
| 
		 name 
	 | 
	
		
		 Name of the domain. Default value: None 
			 | 
| 
		 available 
	 | 
	
		
		 
 Default value: None 
			 | 
| 
		 domain_type 
	 | 
	
		 
				str or 
				DomainType
		 
		Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything. Known values are: "Regular" and "SoftDeleted". Default value: None 
			 | 
Variables
| Name | Description | 
|---|---|
| 
		 name 
	 | 
	
		
		 Name of the domain.  | 
| 
		 available 
	 | 
	
		
		 
  | 
| 
		 domain_type 
	 | 
	
		 
				str or 
				DomainType
		 
		Valid values are Regular domain: Azure will charge the full price of domain registration, SoftDeleted: Purchasing this domain will simply restore it and this operation will not cost anything. Known values are: "Regular" and "SoftDeleted".  |