JobCollectionGetResponse.IntrinsicSettings Propriedade
Opcional. Configurações intrínsecas para as coleções de trabalhos do Agendador.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Sintaxe
public JobCollectionIntrinsicSettings IntrinsicSettings { get; set; }
public:
property JobCollectionIntrinsicSettings^ IntrinsicSettings {
JobCollectionIntrinsicSettings^ get();
void set(JobCollectionIntrinsicSettings^ value);
}
member IntrinsicSettings : JobCollectionIntrinsicSettings with get, set
Public Property IntrinsicSettings As JobCollectionIntrinsicSettings
Valor de propriedade
Type: Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionIntrinsicSettings
Consulte também
Classe JobCollectionGetResponse
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models
Retornar ao topo