IWorkflowModelCustomProperties.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.Api20210216Preview.IWorkflowModelCustomPropertiesAffectedObjectDetails) }, ReadOnly=true, Required=false, SerializedName="affectedObjectDetails")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IWorkflowModelCustomPropertiesAffectedObjectDetails 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.Api20210216Preview.IWorkflowModelCustomPropertiesAffectedObjectDetails) }, ReadOnly=true, Required=false, SerializedName="affectedObjectDetails")>]
member this.AffectedObjectDetail : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IWorkflowModelCustomPropertiesAffectedObjectDetails
Public ReadOnly Property AffectedObjectDetail As IWorkflowModelCustomPropertiesAffectedObjectDetails
Property Value
- Attributes