다음을 통해 공유


Microsoft.ApiManagement 서비스/게이트웨이/hostnameConfigurations 2021-08-01

Bicep 리소스 정의

다음을 대상으로 하는 작업으로 서비스/게이트웨이/hostnameConfigurations 리소스 유형을 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.ApiManagement/service/gateways/hostnameConfigurations 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-08-01' = {
  name: 'string'
  parent: resourceSymbolicName
  properties: {
    certificateId: 'string'
    hostname: 'string'
    http2Enabled: bool
    negotiateClientCertificate: bool
    tls10Enabled: bool
    tls11Enabled: bool
  }
}

속성 값

service/gateways/hostnameConfigurations

이름 묘사
이름 리소스 이름

Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요.
string(필수)
부모 Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다.

자세한 내용은 부모 리소스외부의 자식 리소스 참조하세요.
형식 리소스의 기호 이름: 게이트웨이
속성 게이트웨이 호스트 이름 구성 세부 정보입니다. GatewayHostnameConfigurationContractProperties

GatewayHostnameConfigurationContractProperties

이름 묘사
certificateId TLS 연결 설정에 사용할 인증서 엔터티의 식별자 문자열
호스트 이름 호스트 이름 값입니다. 유효한 도메인 이름, 부분 또는 전체 와일드카드 지원 문자열
http2Enabled HTTP/2.0이 지원되는지 지정합니다. bool
negotiateClientCertificate 게이트웨이가 클라이언트 인증서를 요청하는지 여부를 결정합니다. bool
tls10Enabled TLS 1.0이 지원되는지 지정합니다. bool
tls11Enabled TLS 1.1이 지원되는지 지정합니다. bool

ARM 템플릿 리소스 정의

다음을 대상으로 하는 작업으로 서비스/게이트웨이/hostnameConfigurations 리소스 유형을 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.ApiManagement/service/gateways/hostnameConfigurations 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.ApiManagement/service/gateways/hostnameConfigurations",
  "apiVersion": "2021-08-01",
  "name": "string",
  "properties": {
    "certificateId": "string",
    "hostname": "string",
    "http2Enabled": "bool",
    "negotiateClientCertificate": "bool",
    "tls10Enabled": "bool",
    "tls11Enabled": "bool"
  }
}

속성 값

service/gateways/hostnameConfigurations

이름 묘사
리소스 종류 'Microsoft.ApiManagement/service/gateways/hostnameConfigurations'
apiVersion 리소스 api 버전 '2021-08-01'
이름 리소스 이름

JSON ARM 템플릿자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요.
string(필수)
속성 게이트웨이 호스트 이름 구성 세부 정보입니다. GatewayHostnameConfigurationContractProperties

GatewayHostnameConfigurationContractProperties

이름 묘사
certificateId TLS 연결 설정에 사용할 인증서 엔터티의 식별자 문자열
호스트 이름 호스트 이름 값입니다. 유효한 도메인 이름, 부분 또는 전체 와일드카드 지원 문자열
http2Enabled HTTP/2.0이 지원되는지 지정합니다. bool
negotiateClientCertificate 게이트웨이가 클라이언트 인증서를 요청하는지 여부를 결정합니다. bool
tls10Enabled TLS 1.0이 지원되는지 지정합니다. bool
tls11Enabled TLS 1.1이 지원되는지 지정합니다. bool

Terraform(AzAPI 공급자) 리소스 정의

다음을 대상으로 하는 작업으로 서비스/게이트웨이/hostnameConfigurations 리소스 유형을 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.ApiManagement/service/gateways/hostnameConfigurations 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-08-01"
  name = "string"
  parent_id = "string"
  body = jsonencode({
    properties = {
      certificateId = "string"
      hostname = "string"
      http2Enabled = bool
      negotiateClientCertificate = bool
      tls10Enabled = bool
      tls11Enabled = bool
    }
  })
}

속성 값

service/gateways/hostnameConfigurations

이름 묘사
리소스 종류 "Microsoft.ApiManagement/service/gateways/hostnameConfigurations@2021-08-01"
이름 리소스 이름 string(필수)
parent_id 이 리소스의 부모인 리소스의 ID입니다. 유형의 리소스에 대한 ID: 게이트웨이
속성 게이트웨이 호스트 이름 구성 세부 정보입니다. GatewayHostnameConfigurationContractProperties

GatewayHostnameConfigurationContractProperties

이름 묘사
certificateId TLS 연결 설정에 사용할 인증서 엔터티의 식별자 문자열
호스트 이름 호스트 이름 값입니다. 유효한 도메인 이름, 부분 또는 전체 와일드카드 지원 문자열
http2Enabled HTTP/2.0이 지원되는지 지정합니다. bool
negotiateClientCertificate 게이트웨이가 클라이언트 인증서를 요청하는지 여부를 결정합니다. bool
tls10Enabled TLS 1.0이 지원되는지 지정합니다. bool
tls11Enabled TLS 1.1이 지원되는지 지정합니다. bool