你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.RecoveryServices vaults/replicationFabrics/replicationRecoveryServicesProviders 2023-06-01

Bicep 资源定义

可以使用目标操作部署 vaults/replicationFabrics/replicationRecoveryServicesProviders 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders 资源,请将以下 Bicep 添加到模板。

resource symbolicname 'Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-06-01' = {
  parent: resourceSymbolicName
  name: 'string'
  properties: {
    authenticationIdentityInput: {
      aadAuthority: 'string'
      applicationId: 'string'
      audience: 'string'
      objectId: 'string'
      tenantId: 'string'
    }
    biosId: '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'
    }
  }
}

属性值

AddRecoveryServicesProviderInputPropertiesOrRecoveryServicesProviderProperties

名字 描述 价值
authenticationIdentityInput DRA 身份验证的标识提供者输入。 IdentityProviderInput(必需)
biosId 计算机的 Bios ID。 字符串
dataPlaneAuthenticationIdentityInput 数据平面身份验证的标识提供者输入。 IdentityProviderInput
machineId 正在添加提供程序的计算机的 ID。 字符串
machineName 正在添加提供程序的计算机的名称。 string (必需)
resourceAccessIdentityInput 用于资源访问的标识提供者输入。 IdentityProviderInput(必需)

IdentityProviderInput

名字 描述 价值
aadAuthority Azure Active Directory 身份验证的基本颁发机构。 string (必需)
applicationId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的应用程序/客户端 ID。 string (必需)
观众 本地管理/数据平面组件将与 Azure 服务通信的服务主体的预期受众。 string (必需)
objectId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的对象 ID。 string (必需)
tenantId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的租户 ID。 string (必需)

Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders

名字 描述 价值
名字 资源名称 string (必需)
父母 在 Bicep 中,可以为子资源指定父资源。 仅当子资源在父资源外部声明时,才需要添加此属性。

有关详细信息,请参阅 父资源外部的子资源
类型资源的符号名称:保管库/replicationFabrics
性能 添加提供程序请求的属性。 AddRecoveryServicesProviderInputPropertiesOrRecoveryServicesProviderProperties (必需)

ARM 模板资源定义

可以使用目标操作部署 vaults/replicationFabrics/replicationRecoveryServicesProviders 资源类型:

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders 资源,请将以下 JSON 添加到模板。

{
  "type": "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders",
  "apiVersion": "2023-06-01",
  "name": "string",
  "properties": {
    "authenticationIdentityInput": {
      "aadAuthority": "string",
      "applicationId": "string",
      "audience": "string",
      "objectId": "string",
      "tenantId": "string"
    },
    "biosId": "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"
    }
  }
}

属性值

AddRecoveryServicesProviderInputPropertiesOrRecoveryServicesProviderProperties

名字 描述 价值
authenticationIdentityInput DRA 身份验证的标识提供者输入。 IdentityProviderInput(必需)
biosId 计算机的 Bios ID。 字符串
dataPlaneAuthenticationIdentityInput 数据平面身份验证的标识提供者输入。 IdentityProviderInput
machineId 正在添加提供程序的计算机的 ID。 字符串
machineName 正在添加提供程序的计算机的名称。 string (必需)
resourceAccessIdentityInput 用于资源访问的标识提供者输入。 IdentityProviderInput(必需)

IdentityProviderInput

名字 描述 价值
aadAuthority Azure Active Directory 身份验证的基本颁发机构。 string (必需)
applicationId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的应用程序/客户端 ID。 string (必需)
观众 本地管理/数据平面组件将与 Azure 服务通信的服务主体的预期受众。 string (必需)
objectId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的对象 ID。 string (必需)
tenantId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的租户 ID。 string (必需)

Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders

名字 描述 价值
apiVersion API 版本 '2023-06-01'
名字 资源名称 string (必需)
性能 添加提供程序请求的属性。 AddRecoveryServicesProviderInputPropertiesOrRecoveryServicesProviderProperties (必需)
类型 资源类型 “Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders”

Terraform (AzAPI 提供程序)资源定义

可以使用目标操作部署 vaults/replicationFabrics/replicationRecoveryServicesProviders 资源类型:

  • 资源组

有关每个 API 版本中已更改属性的列表,请参阅 更改日志

资源格式

若要创建 Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders 资源,请将以下 Terraform 添加到模板。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-06-01"
  name = "string"
  body = jsonencode({
    properties = {
      authenticationIdentityInput = {
        aadAuthority = "string"
        applicationId = "string"
        audience = "string"
        objectId = "string"
        tenantId = "string"
      }
      biosId = "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"
      }
    }
  })
}

属性值

AddRecoveryServicesProviderInputPropertiesOrRecoveryServicesProviderProperties

名字 描述 价值
authenticationIdentityInput DRA 身份验证的标识提供者输入。 IdentityProviderInput(必需)
biosId 计算机的 Bios ID。 字符串
dataPlaneAuthenticationIdentityInput 数据平面身份验证的标识提供者输入。 IdentityProviderInput
machineId 正在添加提供程序的计算机的 ID。 字符串
machineName 正在添加提供程序的计算机的名称。 string (必需)
resourceAccessIdentityInput 用于资源访问的标识提供者输入。 IdentityProviderInput(必需)

IdentityProviderInput

名字 描述 价值
aadAuthority Azure Active Directory 身份验证的基本颁发机构。 string (必需)
applicationId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的应用程序/客户端 ID。 string (必需)
观众 本地管理/数据平面组件将与 Azure 服务通信的服务主体的预期受众。 string (必需)
objectId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的对象 ID。 string (必需)
tenantId 本地管理/数据平面组件将与 Azure 服务通信的服务主体的租户 ID。 string (必需)

Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders

名字 描述 价值
名字 资源名称 string (必需)
parent_id 此资源的父资源的 ID。 类型资源的 ID:保管库/replicationFabrics
性能 添加提供程序请求的属性。 AddRecoveryServicesProviderInputPropertiesOrRecoveryServicesProviderProperties (必需)
类型 资源类型 “Microsoft.RecoveryServices/vaults/replicationFabrics/replicationRecoveryServicesProviders@2023-06-01”