IJobEntity.JobFriendlyName 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.
The job display name.
[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The job display name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="jobFriendlyName")]
public string JobFriendlyName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="The job display name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="jobFriendlyName")>]
member this.JobFriendlyName : string with get, set
Public Property JobFriendlyName As String
Property Value
- Attributes