IVMwareFabricAgentModelCustomProperties 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.Api20240901.VMwareFabricAgentModelCustomPropertiesTypeConverter))]
public interface IVMwareFabricAgentModelCustomProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IFabricAgentModelCustomProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.VMwareFabricAgentModelCustomPropertiesTypeConverter))>]
type IVMwareFabricAgentModelCustomProperties = interface
interface IJsonSerializable
interface IFabricAgentModelCustomProperties
Public Interface IVMwareFabricAgentModelCustomProperties
Implements IFabricAgentModelCustomProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| BiosId |
Gets or sets the BIOS Id of the fabric agent machine. |
| InstanceType |
Discriminator property for FabricAgentModelCustomProperties. (Inherited from IFabricAgentModelCustomProperties) |
| MarAuthenticationIdentityAadAuthority |
Gets or sets the authority of the SPN with which fabric agent communicates to service. |
| MarAuthenticationIdentityApplicationId |
Gets or sets the client/application Id of the SPN with which fabric agent communicates to service. |
| MarAuthenticationIdentityAudience |
Gets or sets the audience of the SPN with which fabric agent communicates to service. |
| MarAuthenticationIdentityObjectId |
Gets or sets the object Id of the SPN with which fabric agent communicates to service. |
| MarAuthenticationIdentityTenantId |
Gets or sets the tenant Id of the SPN with which fabric agent communicates to service. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |