Propriedade JobCollectionQuota.MaxRecurrence
Optional. Defines the maximum recurrences that can be specified in any job in this job collection.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (em Microsoft.WindowsAzure.Management.Scheduler.dll)
Uso
'Uso
Dim instance As JobCollectionQuota
Dim value As JobCollectionMaxRecurrence
value = instance.MaxRecurrence
instance.MaxRecurrence = value
Sintaxe
'Declaração
Public Property MaxRecurrence As JobCollectionMaxRecurrence
public JobCollectionMaxRecurrence MaxRecurrence { get; set; }
public:
property JobCollectionMaxRecurrence^ MaxRecurrence {
JobCollectionMaxRecurrence^ get ();
void set (JobCollectionMaxRecurrence^ value);
}
/** @property */
public JobCollectionMaxRecurrence get_MaxRecurrence ()
/** @property */
public void set_MaxRecurrence (JobCollectionMaxRecurrence value)
public function get MaxRecurrence () : JobCollectionMaxRecurrence
public function set MaxRecurrence (value : JobCollectionMaxRecurrence)
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe JobCollectionQuota
Membros JobCollectionQuota
Namespace Microsoft.WindowsAzure.Management.Scheduler.Models