Microsoft.StorageSync storageSyncServices/registeredServers 2017-06-05-preview
Bicep 리소스 정의
storageSyncServices/registeredServers 리소스 종류는 다음을 위해 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.StorageSync/storageSyncServices/registeredServers 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.StorageSync/storageSyncServices/registeredServers@2017-06-05-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
agentVersion: 'string'
clusterId: 'string'
clusterName: 'string'
lastHeartBeat: 'string'
lastWorkflowId: 'string'
provisioningState: 'string'
serverCertificate: 'string'
serverId: 'string'
serverManagementtErrorCode: int
serverOSVersion: 'string'
serverRole: 'string'
storageSyncServiceUid: 'string'
}
}
속성 값
storageSyncServices/registeredServers
이름 | 설명 | 값 |
---|---|---|
name | 리소스 이름 Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요. |
string(필수) |
부모(parent) | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다. 자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요. |
형식의 리소스에 대한 기호 이름: storageSyncServices |
properties | RegisteredServer 속성입니다. | RegisteredServerProperties |
RegisteredServerProperties
이름 | 설명 | 값 |
---|---|---|
agentVersion | 등록된 서버 에이전트 버전 | 문자열 |
clusterId | 등록된 서버 clusterId | 문자열 |
clusterName | 등록된 서버 clusterName | 문자열 |
lastHeartBeat | 등록된 서버 마지막 심장 박동 | 문자열 |
lastWorkflowId | 등록된 서버 lastWorkflowId | 문자열 |
provisioningState | 등록된 서버 프로비저닝 상태 | 문자열 |
serverCertificate | 등록된 서버 인증서 | 문자열 |
serverId | 등록된 Server serverId | 문자열 |
serverManagementtErrorCode | 등록된 서버 관리 오류 코드 | int |
serverOSVersion | 등록된 서버 OS 버전 | 문자열 |
serverRole | 등록된 서버 서버Role | 문자열 |
storageSyncServiceUid | 등록된 서버 스토리지SyncServiceUid | 문자열 |
ARM 템플릿 리소스 정의
storageSyncServices/registeredServers 리소스 종류는 다음을 위해 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.StorageSync/storageSyncServices/registeredServers 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.StorageSync/storageSyncServices/registeredServers",
"apiVersion": "2017-06-05-preview",
"name": "string",
"properties": {
"agentVersion": "string",
"clusterId": "string",
"clusterName": "string",
"lastHeartBeat": "string",
"lastWorkflowId": "string",
"provisioningState": "string",
"serverCertificate": "string",
"serverId": "string",
"serverManagementtErrorCode": "int",
"serverOSVersion": "string",
"serverRole": "string",
"storageSyncServiceUid": "string"
}
}
속성 값
storageSyncServices/registeredServers
이름 | 설명 | 값 |
---|---|---|
형식 | 리소스 종류 | 'Microsoft.StorageSync/storageSyncServices/registeredServers' |
apiVersion | 리소스 api 버전 | '2017-06-05-preview' |
name | 리소스 이름 JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요. |
string(필수) |
properties | RegisteredServer 속성입니다. | RegisteredServerProperties |
RegisteredServerProperties
이름 | 설명 | 값 |
---|---|---|
agentVersion | 등록된 서버 에이전트 버전 | 문자열 |
clusterId | 등록된 서버 clusterId | 문자열 |
clusterName | 등록된 서버 clusterName | 문자열 |
lastHeartBeat | 등록된 서버 마지막 심장 박동 | 문자열 |
lastWorkflowId | 등록된 서버 lastWorkflowId | 문자열 |
provisioningState | 등록된 서버 프로비저닝 상태 | 문자열 |
serverCertificate | 등록된 서버 인증서 | 문자열 |
serverId | 등록된 서버 serverId | 문자열 |
serverManagementtErrorCode | 등록된 서버 관리 오류 코드 | int |
serverOSVersion | 등록된 서버 OS 버전 | 문자열 |
serverRole | 등록된 서버 서버Role | 문자열 |
storageSyncServiceUid | 등록된 서버 스토리지SyncServiceUid | 문자열 |
Terraform(AzAPI 공급자) 리소스 정의
storageSyncServices/registeredServers 리소스 종류는 다음을 위해 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.StorageSync/storageSyncServices/registeredServers 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.StorageSync/storageSyncServices/registeredServers@2017-06-05-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
agentVersion = "string"
clusterId = "string"
clusterName = "string"
lastHeartBeat = "string"
lastWorkflowId = "string"
provisioningState = "string"
serverCertificate = "string"
serverId = "string"
serverManagementtErrorCode = int
serverOSVersion = "string"
serverRole = "string"
storageSyncServiceUid = "string"
}
})
}
속성 값
storageSyncServices/registeredServers
이름 | 설명 | 값 |
---|---|---|
형식 | 리소스 종류 | "Microsoft.StorageSync/storageSyncServices/registeredServers@2017-06-05-preview" |
name | 리소스 이름 | string(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 유형의 리소스에 대한 ID: storageSyncServices |
properties | RegisteredServer 속성입니다. | RegisteredServerProperties |
RegisteredServerProperties
이름 | 설명 | 값 |
---|---|---|
agentVersion | 등록된 서버 에이전트 버전 | 문자열 |
clusterId | 등록된 서버 clusterId | 문자열 |
clusterName | 등록된 서버 clusterName | 문자열 |
lastHeartBeat | 등록된 서버 마지막 심장 박동 | 문자열 |
lastWorkflowId | 등록된 서버 lastWorkflowId | 문자열 |
provisioningState | 등록된 서버 프로비저닝 상태 | 문자열 |
serverCertificate | 등록된 서버 인증서 | 문자열 |
serverId | 등록된 서버 serverId | 문자열 |
serverManagementtErrorCode | 등록된 서버 관리 오류 코드 | int |
serverOSVersion | 등록된 서버 OS 버전 | 문자열 |
serverRole | 등록된 서버 서버Role | 문자열 |
storageSyncServiceUid | 등록된 서버 스토리지SyncServiceUid | string |