DomainPropertiesOutput interface
도메인 리소스 관련 속성
속성
| auth |
|
| auto |
도메인을 자동으로 갱신해야 하는지 |
| consent | 법적 계약 동의. |
| contact |
관리 담당자입니다. |
| contact |
청구 연락처. |
| contact |
등록자 연락처. |
| contact |
기술 담당자. |
| created |
도메인 만들기 타임스탬프입니다. |
| dns |
현재 DNS 유형 |
| dns |
사용할 Azure DNS 영역 |
| domain |
도메인이 재생 가능하지 않은 이유입니다. |
| expiration |
도메인 만료 타임스탬프입니다. |
| last |
도메인이 마지막으로 갱신된 타임스탬프입니다. |
| managed |
도메인에서 파생되고 Azure 리소스에 할당된 모든 호스트 이름입니다. |
| name |
서버 이름 지정 |
| privacy |
|
| provisioning |
도메인 프로비저닝 상태입니다. |
| ready |
Azure에서 App Service 앱에 이 도메인을 할당할 수 있는지 |
| registration |
도메인 등록 상태입니다. |
| target |
대상 DNS 유형(마이그레이션에 사용됨) |
속성 세부 정보
authCode
authCode?: string
속성 값
string
autoRenew
도메인을 자동으로 갱신해야 하는지 true. 그렇지 않으면 false.
autoRenew?: boolean
속성 값
boolean
consent
contactAdmin
contactBilling
contactRegistrant
contactTech
createdTime
도메인 만들기 타임스탬프입니다.
createdTime?: string
속성 값
string
dnsType
현재 DNS 유형
dnsType?: "AzureDns" | "DefaultDomainRegistrarDns"
속성 값
"AzureDns" | "DefaultDomainRegistrarDns"
dnsZoneId
사용할 Azure DNS 영역
dnsZoneId?: string
속성 값
string
domainNotRenewableReasons
도메인이 재생 가능하지 않은 이유입니다.
domainNotRenewableReasons?: ("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]
속성 값
("RegistrationStatusNotSupportedForRenewal" | "ExpirationNotInRenewalTimeRange" | "SubscriptionNotActive")[]
expirationTime
도메인 만료 타임스탬프입니다.
expirationTime?: string
속성 값
string
lastRenewedTime
도메인이 마지막으로 갱신된 타임스탬프입니다.
lastRenewedTime?: string
속성 값
string
managedHostNames
nameServers
서버 이름 지정
nameServers?: string[]
속성 값
string[]
privacy
true 도메인 개인 정보가 이 도메인에 대해 활성화되어 있는지 확인합니다. 그렇지 않으면 false.
privacy?: boolean
속성 값
boolean
provisioningState
도메인 프로비저닝 상태입니다.
provisioningState?: "Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
속성 값
"Failed" | "Succeeded" | "Canceled" | "InProgress" | "Deleting"
readyForDnsRecordManagement
Azure에서 App Service 앱에 이 도메인을 할당할 수 있는지 true. 그렇지 않으면 false. 이 값은 도메인 등록 상태가 활성 상태이고 Azure가 프로그래밍 방식으로 액세스할 수 있는 이름 서버에서 호스트되는 경우 true.
readyForDnsRecordManagement?: boolean
속성 값
boolean
registrationStatus
도메인 등록 상태입니다.
registrationStatus?: "Disabled" | "Unknown" | "Failed" | "Expired" | "Active" | "Awaiting" | "Cancelled" | "Confiscated" | "Excluded" | "Held" | "Locked" | "Parked" | "Pending" | "Reserved" | "Reverted" | "Suspended" | "Transferred" | "Unlocked" | "Unparked" | "Updated" | "JsonConverterFailed"
속성 값
"Disabled" | "Unknown" | "Failed" | "Expired" | "Active" | "Awaiting" | "Cancelled" | "Confiscated" | "Excluded" | "Held" | "Locked" | "Parked" | "Pending" | "Reserved" | "Reverted" | "Suspended" | "Transferred" | "Unlocked" | "Unparked" | "Updated" | "JsonConverterFailed"
targetDnsType
대상 DNS 유형(마이그레이션에 사용됨)
targetDnsType?: "AzureDns" | "DefaultDomainRegistrarDns"
속성 값
"AzureDns" | "DefaultDomainRegistrarDns"