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

IAddRecoveryServicesProviderInput Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.AddRecoveryServicesProviderInputTypeConverter))]
public interface IAddRecoveryServicesProviderInput : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.AddRecoveryServicesProviderInputTypeConverter))>]
type IAddRecoveryServicesProviderInput = interface
    interface IJsonSerializable
Public Interface IAddRecoveryServicesProviderInput
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AuthenticationIdentityInputAadAuthority

The base authority for Azure Active Directory authentication.

AuthenticationIdentityInputApplicationId

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

AuthenticationIdentityInputAudience

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

AuthenticationIdentityInputObjectId

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

AuthenticationIdentityInputTenantId

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

BiosId

The Bios Id of the machine.

DataPlaneAuthenticationIdentityInputAadAuthority

The base authority for Azure Active Directory authentication.

DataPlaneAuthenticationIdentityInputApplicationId

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

DataPlaneAuthenticationIdentityInputAudience

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

DataPlaneAuthenticationIdentityInputObjectId

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

DataPlaneAuthenticationIdentityInputTenantId

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

MachineId

The Id of the machine where the provider is getting added.

MachineName

The name of the machine where the provider is getting added.

ResourceAccessIdentityInputAadAuthority

The base authority for Azure Active Directory authentication.

ResourceAccessIdentityInputApplicationId

The application/client Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

ResourceAccessIdentityInputAudience

The intended Audience of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

ResourceAccessIdentityInputObjectId

The object Id of the service principal with which the on-premise management/data plane components would communicate with our Azure services.

ResourceAccessIdentityInputTenantId

The tenant Id for the service principal with which the on-premise management/data plane components would communicate with our Azure services.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to