AddRecoveryServicesProviderInputProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of an add provider request.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.AddRecoveryServicesProviderInputPropertiesTypeConverter))]
public class AddRecoveryServicesProviderInputProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAddRecoveryServicesProviderInputProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.AddRecoveryServicesProviderInputPropertiesTypeConverter))>]
type AddRecoveryServicesProviderInputProperties = class
interface IAddRecoveryServicesProviderInputProperties
interface IJsonSerializable
Public Class AddRecoveryServicesProviderInputProperties
Implements IAddRecoveryServicesProviderInputProperties
- Inheritance
-
AddRecoveryServicesProviderInputProperties
- Attributes
- Implements
Constructors
AddRecoveryServicesProviderInputProperties() |
Creates an new AddRecoveryServicesProviderInputProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AddRecoveryServicesProviderInputProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AddRecoveryServicesProviderInputProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IAddRecoveryServicesProviderInputProperties. |
FromJsonString(String) |
Creates a new instance of AddRecoveryServicesProviderInputProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AddRecoveryServicesProviderInputProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |