JobProperties.JobId Propriedade
Opcional. Obtém ou define a id do trabalho.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public Guid JobId { get; set; }
public:
property Guid JobId {
Guid get();
void set(Guid value);
}
member JobId : Guid with get, set
Public Property JobId As Guid
Valor de propriedade
Type: System.Guid
Consulte também
Classe JobProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo