IJobModelCustomProperties.AffectedObjectDetail Property
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.
Gets or sets any custom properties of the affected object.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets any custom properties of the affected object.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomPropertiesAffectedObjectDetails) }, ReadOnly=true, Required=false, SerializedName="affectedObjectDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomPropertiesAffectedObjectDetails AffectedObjectDetail { get; }
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets any custom properties of the affected object.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails) }, ReadOnly=true, Required=false, SerializedName="affectedObjectDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails AffectedObjectDetail { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets any custom properties of the affected object.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomPropertiesAffectedObjectDetails) }, ReadOnly=true, Required=false, SerializedName="affectedObjectDetails")>]
member this.AffectedObjectDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IJobModelCustomPropertiesAffectedObjectDetails
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets any custom properties of the affected object.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails) }, ReadOnly=true, Required=false, SerializedName="affectedObjectDetails")>]
member this.AffectedObjectDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IAffectedObjectDetails
Public ReadOnly Property AffectedObjectDetail As IJobModelCustomPropertiesAffectedObjectDetails
Public ReadOnly Property AffectedObjectDetail As IAffectedObjectDetails
Property Value
- Attributes