IVMwareDraModelCustomProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareDraModelCustomPropertiesTypeConverter))]
public interface IVMwareDraModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IDraModelCustomProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.VMwareDraModelCustomPropertiesTypeConverter))>]
type IVMwareDraModelCustomProperties = interface
interface IJsonSerializable
interface IDraModelCustomProperties
Public Interface IVMwareDraModelCustomProperties
Implements IDraModelCustomProperties
- Derived
- Attributes
- Implements
Properties
BiosId |
Gets or sets the BIOS Id of the DRA machine. |
InstanceType |
Gets or sets the instance type. (Inherited from IDraModelCustomProperties) |
MarAuthenticationIdentityAadAuthority |
Gets or sets the authority of the SPN with which Dra communicates to service. |
MarAuthenticationIdentityApplicationId |
Gets or sets the client/application Id of the SPN with which Dra communicates to service. |
MarAuthenticationIdentityAudience |
Gets or sets the audience of the SPN with which Dra communicates to service. |
MarAuthenticationIdentityObjectId |
Gets or sets the object Id of the SPN with which Dra communicates to service. |
MarAuthenticationIdentityTenantId |
Gets or sets the tenant Id of the SPN with which Dra communicates to service. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |