Microsoft.RecoveryServices 자격 증명 모음/replicationFabrics/replicationRecoveryServicesProviders 2018-07-10
- 최신
- 2024-04-01
- 2024-02-01
- 2024-01-01
- 2023-08-01
- 2023-06-01
- 2023-04-01
- 2023-02-01
- 2023-01-01
- 2022-10-01
- 2022-09-10
- 2022-08-01
- 2022-05-01
- 2022-04-01
- 2022-03-01
- 2022-02-01
- 2022-01-01
- 2021-12-01
- 2021-11-01
- 2021-10-01
- 2021-08-01
- 2021-07-01
- 2021-06-01
- 2021-04-01
- 2021-03-01
- 2021-02-10
- 2018-07-10
- 2018-01-10
- 2016-08-10
Bicep 리소스 정의
자격 증명 모음/replicationFabrics/replicationRecoveryServicesProviders 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-07-10' = {
name: 'string'
parent: resourceSymbolicName
properties: {
authenticationIdentityInput: {
aadAuthority: 'string'
applicationId: 'string'
audience: 'string'
objectId: 'string'
tenantId: 'string'
}
dataPlaneAuthenticationIdentityInput: {
aadAuthority: 'string'
applicationId: 'string'
audience: 'string'
objectId: 'string'
tenantId: 'string'
}
machineId: 'string'
machineName: 'string'
resourceAccessIdentityInput: {
aadAuthority: 'string'
applicationId: 'string'
audience: 'string'
objectId: 'string'
tenantId: 'string'
}
}
}
속성 값
vaults/replicationFabrics/replicationRecoveryService...
이름 | 묘사 | 값 |
---|---|---|
이름 | 리소스 이름 Bicep자식 리소스의 이름과 형식을 설정하는 방법을 알아보세요. |
string(필수) |
부모 | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가해야 합니다. 자세한 내용은 부모 리소스외부의 자식 리소스 |
형식 리소스의 기호 이름: replicationFabrics |
속성 | 공급자 요청 추가의 속성입니다. | AddRecoveryServicesProviderInputPropertiesOrRecovery...(필수) |
AddRecoveryServicesProviderInputPropertiesOrRecovery...
이름 | 묘사 | 값 |
---|---|---|
authenticationIdentityInput | DRA 인증에 대한 ID 공급자 입력입니다. | IdentityProviderInput(필수) |
dataPlaneAuthenticationIdentityInput | 데이터 평면 인증에 대한 ID 공급자 입력입니다. | IdentityProviderInput |
machineId | 공급자가 추가되는 컴퓨터의 ID입니다. | 문자열 |
machineName | 공급자가 추가되는 컴퓨터의 이름입니다. | string(필수) |
resourceAccessIdentityInput | 리소스 액세스를 위한 ID 공급자 입력입니다. | IdentityProviderInput(필수) |
IdentityProviderInput
이름 | 묘사 | 값 |
---|---|---|
aadAuthority | Azure Active Directory 인증에 대한 기본 기관입니다. | string(필수) |
applicationId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 애플리케이션/클라이언트 ID입니다. | string(필수) |
관객 | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 의도된 대상 그룹입니다. | string(필수) |
objectId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 개체 ID입니다. | string(필수) |
tenantId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 테넌트 ID입니다. | string(필수) |
ARM 템플릿 리소스 정의
자격 증명 모음/replicationFabrics/replicationRecoveryServicesProviders 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders",
"apiVersion": "2018-07-10",
"name": "string",
"properties": {
"authenticationIdentityInput": {
"aadAuthority": "string",
"applicationId": "string",
"audience": "string",
"objectId": "string",
"tenantId": "string"
},
"dataPlaneAuthenticationIdentityInput": {
"aadAuthority": "string",
"applicationId": "string",
"audience": "string",
"objectId": "string",
"tenantId": "string"
},
"machineId": "string",
"machineName": "string",
"resourceAccessIdentityInput": {
"aadAuthority": "string",
"applicationId": "string",
"audience": "string",
"objectId": "string",
"tenantId": "string"
}
}
}
속성 값
vaults/replicationFabrics/replicationRecoveryService...
이름 | 묘사 | 값 |
---|---|---|
형 | 리소스 종류 | 'Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders' |
apiVersion | 리소스 api 버전 | '2018-07-10' |
이름 | 리소스 이름 JSON ARM 템플릿 |
string(필수) |
속성 | 공급자 요청 추가의 속성입니다. | AddRecoveryServicesProviderInputPropertiesOrRecovery...(필수) |
AddRecoveryServicesProviderInputPropertiesOrRecovery...
이름 | 묘사 | 값 |
---|---|---|
authenticationIdentityInput | DRA 인증에 대한 ID 공급자 입력입니다. | IdentityProviderInput(필수) |
dataPlaneAuthenticationIdentityInput | 데이터 평면 인증에 대한 ID 공급자 입력입니다. | IdentityProviderInput |
machineId | 공급자가 추가되는 컴퓨터의 ID입니다. | 문자열 |
machineName | 공급자가 추가되는 컴퓨터의 이름입니다. | string(필수) |
resourceAccessIdentityInput | 리소스 액세스를 위한 ID 공급자 입력입니다. | IdentityProviderInput(필수) |
IdentityProviderInput
이름 | 묘사 | 값 |
---|---|---|
aadAuthority | Azure Active Directory 인증에 대한 기본 기관입니다. | string(필수) |
applicationId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 애플리케이션/클라이언트 ID입니다. | string(필수) |
관객 | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 의도된 대상 그룹입니다. | string(필수) |
objectId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 개체 ID입니다. | string(필수) |
tenantId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 테넌트 ID입니다. | string(필수) |
Terraform(AzAPI 공급자) 리소스 정의
자격 증명 모음/replicationFabrics/replicationRecoveryServicesProviders 리소스 종류는 다음을 대상으로 하는 작업과 함께 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.
리소스 형식
Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-07-10"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
authenticationIdentityInput = {
aadAuthority = "string"
applicationId = "string"
audience = "string"
objectId = "string"
tenantId = "string"
}
dataPlaneAuthenticationIdentityInput = {
aadAuthority = "string"
applicationId = "string"
audience = "string"
objectId = "string"
tenantId = "string"
}
machineId = "string"
machineName = "string"
resourceAccessIdentityInput = {
aadAuthority = "string"
applicationId = "string"
audience = "string"
objectId = "string"
tenantId = "string"
}
}
})
}
속성 값
vaults/replicationFabrics/replicationRecoveryService...
이름 | 묘사 | 값 |
---|---|---|
형 | 리소스 종류 | "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2018-07-10" |
이름 | 리소스 이름 | string(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 형식의 리소스 ID: replicationFabrics |
속성 | 공급자 요청 추가의 속성입니다. | AddRecoveryServicesProviderInputPropertiesOrRecovery...(필수) |
AddRecoveryServicesProviderInputPropertiesOrRecovery...
이름 | 묘사 | 값 |
---|---|---|
authenticationIdentityInput | DRA 인증에 대한 ID 공급자 입력입니다. | IdentityProviderInput(필수) |
dataPlaneAuthenticationIdentityInput | 데이터 평면 인증에 대한 ID 공급자 입력입니다. | IdentityProviderInput |
machineId | 공급자가 추가되는 컴퓨터의 ID입니다. | 문자열 |
machineName | 공급자가 추가되는 컴퓨터의 이름입니다. | string(필수) |
resourceAccessIdentityInput | 리소스 액세스를 위한 ID 공급자 입력입니다. | IdentityProviderInput(필수) |
IdentityProviderInput
이름 | 묘사 | 값 |
---|---|---|
aadAuthority | Azure Active Directory 인증에 대한 기본 기관입니다. | string(필수) |
applicationId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 애플리케이션/클라이언트 ID입니다. | string(필수) |
관객 | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 의도된 대상 그룹입니다. | string(필수) |
objectId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 개체 ID입니다. | string(필수) |
tenantId | 온-프레미스 관리/데이터 평면 구성 요소가 Azure 서비스와 통신하는 서비스 주체의 테넌트 ID입니다. | string(필수) |