C# Class Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Commands.AzureApiManagementCmdletBase

Inheritance: AzureRMCmdlet
Afficher le fichier Open project: Azure/azure-powershell

Protected Properties

Свойство Type Description
LongRunningOperationDefaultTimeout System.TimeSpan

Méthodes publiques

Méthode Description
ExecuteApiManagementCmdlet ( ) : void
ExecuteCmdlet ( ) : void

Méthodes protégées

Méthode Description
ExecuteTenantConfigurationLongRunningCmdletWrap ( Func func, bool passThru = false ) : void
HandleException ( Exception ex ) : void
WaitForOperationToComplete ( TenantConfigurationLongRunningOperation longRunningOperation ) : TenantConfigurationLongRunningOperation

TODO: Revert to standard long running operation once /operationResults endpoint start returning 202 Code for not Completed Operation.

WriteProgress ( TenantConfigurationLongRunningOperation operation ) : void

Method Details

ExecuteApiManagementCmdlet() public abstract méthode

public abstract ExecuteApiManagementCmdlet ( ) : void
Résultat void

ExecuteCmdlet() public méthode

public ExecuteCmdlet ( ) : void
Résultat void

ExecuteTenantConfigurationLongRunningCmdletWrap() protected méthode

protected ExecuteTenantConfigurationLongRunningCmdletWrap ( Func func, bool passThru = false ) : void
func Func
passThru bool
Résultat void

HandleException() protected méthode

protected HandleException ( Exception ex ) : void
ex System.Exception
Résultat void

WaitForOperationToComplete() protected méthode

TODO: Revert to standard long running operation once /operationResults endpoint start returning 202 Code for not Completed Operation.
protected WaitForOperationToComplete ( TenantConfigurationLongRunningOperation longRunningOperation ) : TenantConfigurationLongRunningOperation
longRunningOperation TenantConfigurationLongRunningOperation
Résultat TenantConfigurationLongRunningOperation

WriteProgress() protected méthode

protected WriteProgress ( TenantConfigurationLongRunningOperation operation ) : void
operation TenantConfigurationLongRunningOperation
Résultat void

Property Details

LongRunningOperationDefaultTimeout protected_oe static_oe property

protected static TimeSpan,System LongRunningOperationDefaultTimeout
Résultat System.TimeSpan