다음을 통해 공유


Microsoft.ContainerService 플릿

Bicep 리소스 정의

플릿 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

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

리소스 형식

Microsoft.ContainerService/fleets 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.ContainerService/fleets@2024-04-01' = {
  name: 'string'
  location: 'string'
  tags: {
    tagName1: 'tagValue1'
    tagName2: 'tagValue2'
  }
  identity: {
    type: 'string'
    userAssignedIdentities: {
      {customized property}: {}
    }
  }
  properties: {
    hubProfile: {
      agentProfile: {
        subnetId: 'string'
        vmSize: 'string'
      }
      apiServerAccessProfile: {
        enablePrivateCluster: bool
      }
      dnsPrefix: 'string'
    }
  }
}

속성 값

fleets

Name Description
name 리소스 이름 string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
tags 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
identity 관리 ID. ManagedServiceIdentity
properties 이 리소스에 대한 리소스별 속성입니다. FleetProperties

ManagedServiceIdentity

Name Description
형식 관리 서비스 ID 유형(SystemAssigned 및 UserAssigned 형식이 모두 허용됨). 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'(필수)
userAssignedIdentities 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. UserAssignedIdentities

UserAssignedIdentities

Name Description
{사용자 지정 속성} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

FleetProperties

Name Description
hubProfile FleetHubProfile은 Fleet의 허브를 구성합니다. FleetHubProfile

FleetHubProfile

Name Description
agentProfile Fleet 허브의 에이전트 프로필입니다. AgentProfile
apiServerAccessProfile Fleet Hub API 서버에 대한 액세스 프로필입니다. APIServerAccessProfile
dnsPrefix Fleet 허브에 대한 FQDN을 만드는 데 사용되는 DNS 접두사입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 54
패턴 = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][a-zA-Z0-9-]{0,52}[a-zA-Z0-9]$

AgentProfile

Name Description
subnetId 시작 시 Fleet 허브 노드가 조인할 서브넷의 ID입니다. 지정하지 않으면 vnet 및 서브넷이 생성되고 사용됩니다. 문자열
vmSize Fleet 허브의 가상 머신 크기입니다. string

APIServerAccessProfile

Name Description
enablePrivateCluster Fleet 허브를 프라이빗 클러스터로 만들지 여부입니다. bool

ARM 템플릿 리소스 정의

플릿 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.

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

리소스 형식

Microsoft.ContainerService/fleets 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.ContainerService/fleets",
  "apiVersion": "2024-04-01",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "identity": {
    "type": "string",
    "userAssignedIdentities": {
      "{customized property}": {}
    }
  },
  "properties": {
    "hubProfile": {
      "agentProfile": {
        "subnetId": "string",
        "vmSize": "string"
      },
      "apiServerAccessProfile": {
        "enablePrivateCluster": "bool"
      },
      "dnsPrefix": "string"
    }
  }
}

속성 값

fleets

Name Description
형식 리소스 종류 'Microsoft.ContainerService/fleets'
apiVersion 리소스 api 버전 '2024-04-01'
name 리소스 이름 string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
tags 리소스 태그. 태그 이름 및 값의 사전입니다. 템플릿의 태그를 참조하세요.
identity 관리 ID. ManagedServiceIdentity
properties 이 리소스에 대한 리소스별 속성입니다. FleetProperties

ManagedServiceIdentity

Name Description
형식 관리 서비스 ID 유형(SystemAssigned 및 UserAssigned 형식이 모두 허용됨). 'None'
'SystemAssigned'
'SystemAssigned, UserAssigned'
'UserAssigned'(필수)
userAssignedIdentities 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. UserAssignedIdentities

UserAssignedIdentities

Name Description
{customized property} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

FleetProperties

Name Description
hubProfile FleetHubProfile은 Fleet의 허브를 구성합니다. FleetHubProfile

FleetHubProfile

Name Description
agentProfile Fleet 허브에 대한 에이전트 프로필입니다. AgentProfile
apiServerAccessProfile Fleet 허브 API 서버에 대한 액세스 프로필입니다. APIServerAccessProfile
dnsPrefix Fleet 허브에 대한 FQDN을 만드는 데 사용되는 DNS 접두사입니다. 문자열

제약 조건:
최소 길이 = 1
최대 길이 = 54
패턴 = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][a-zA-Z0-9-]{0,52}[a-zA-Z0-9]$

AgentProfile

Name Description
subnetId Fleet 허브 노드가 시작할 때 조인할 서브넷의 ID입니다. 지정하지 않으면 vnet 및 서브넷이 생성되고 사용됩니다. 문자열
vmSize Fleet 허브의 가상 머신 크기입니다. string

APIServerAccessProfile

Name Description
enablePrivateCluster Fleet 허브를 프라이빗 클러스터로 만들지 여부입니다. bool

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

플릿 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.

  • 리소스 그룹

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

리소스 형식

Microsoft.ContainerService/fleets 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.ContainerService/fleets@2024-04-01"
  name = "string"
  location = "string"
  parent_id = "string"
  tags = {
    tagName1 = "tagValue1"
    tagName2 = "tagValue2"
  }
  identity {
    type = "string"
    identity_ids = []
  }
  body = jsonencode({
    properties = {
      hubProfile = {
        agentProfile = {
          subnetId = "string"
          vmSize = "string"
        }
        apiServerAccessProfile = {
          enablePrivateCluster = bool
        }
        dnsPrefix = "string"
      }
    }
  })
}

속성 값

fleets

Name Description
형식 리소스 종류 "Microsoft.ContainerService/fleets@2024-04-01"
name 리소스 이름 string(필수)
위치 리소스가 있는 지리적 위치 string(필수)
parent_id 리소스 그룹에 배포하려면 해당 리소스 그룹의 ID를 사용합니다. string(필수)
tags 리소스 태그. 태그 이름 및 값의 사전입니다.
identity 관리 ID. ManagedServiceIdentity
properties 이 리소스에 대한 리소스별 속성입니다. FleetProperties

ManagedServiceIdentity

Name Description
형식 관리 서비스 ID 유형(SystemAssigned 및 UserAssigned 형식이 모두 허용됨). "SystemAssigned"
"SystemAssigned, UserAssigned"
"UserAssigned"(필수)
identity_ids 리소스와 연결된 사용자 할당 ID 집합입니다. userAssignedIdentities 사전 키는 '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} 형식의 ARM 리소스 ID입니다. 사전 값은 요청에서 빈 개체({})일 수 있습니다. 사용자 ID ID의 배열입니다.

UserAssignedIdentities

Name Description
{customized property} UserAssignedIdentity

UserAssignedIdentity

이 개체에는 배포 중에 설정할 속성이 포함되어 있지 않습니다. 모든 속성은 ReadOnly입니다.

FleetProperties

Name Description
hubProfile FleetHubProfile은 Fleet의 허브를 구성합니다. FleetHubProfile

FleetHubProfile

Name Description
agentProfile Fleet 허브에 대한 에이전트 프로필입니다. AgentProfile
apiServerAccessProfile Fleet 허브 API 서버에 대한 액세스 프로필입니다. APIServerAccessProfile
dnsPrefix Fleet 허브에 대한 FQDN을 만드는 데 사용되는 DNS 접두사입니다. string

제약 조건:
최소 길이 = 1
최대 길이 = 54
패턴 = ^[a-zA-Z0-9]$|^[a-zA-Z0-9][a-zA-Z0-9-]{0,52}[a-zA-Z0-9]$

AgentProfile

Name Description
subnetId Fleet 허브 노드가 시작할 때 조인할 서브넷의 ID입니다. 지정하지 않으면 vnet 및 서브넷이 생성되고 사용됩니다. 문자열
vmSize Fleet 허브의 가상 머신 크기입니다. 문자열

APIServerAccessProfile

Name Description
enablePrivateCluster Fleet 허브를 프라이빗 클러스터로 만들지 여부입니다. bool