Propriedade IAutomationManagementClient.LongRunningOperationRetryTimeout
Gets or sets the retry timeout for Long Running Operations.
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Uso
'Uso
Dim instance As IAutomationManagementClient
Dim value As Integer
value = instance.LongRunningOperationRetryTimeout
instance.LongRunningOperationRetryTimeout = value
Sintaxe
'Declaração
Property LongRunningOperationRetryTimeout As Integer
int LongRunningOperationRetryTimeout { get; set; }
property int LongRunningOperationRetryTimeout {
int get ();
void set (int value);
}
/** @property */
int get_LongRunningOperationRetryTimeout ()
/** @property */
void set_LongRunningOperationRetryTimeout (int value)
function get LongRunningOperationRetryTimeout () : int
function set LongRunningOperationRetryTimeout (value : int)
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
Interface IAutomationManagementClient
Membros IAutomationManagementClient
Namespace Microsoft.WindowsAzure.Management.Automation