Dependencies
- avalon-framework/avalon-framework/4.1.3 (available as org.apache.avalon.framework/avalon-framework-impl/4.3.1)
- com.fasterxml.jackson.core/jackson-annotations/2.10.1
- com.fasterxml.jackson.core/jackson-core/2.10.1
- com.fasterxml.jackson.core/jackson-databind/2.9.8
- com.fasterxml.jackson.datatype/jackson-datatype-joda/2.10.1
- com.google.android/android/4.1.1.4
- com.google.code.findbugs/jsr305/1.3.9
- com.google.errorprone/error_prone_annotations/2.0.12
- com.google.guava/guava/20.0
- com.google.j2objc/j2objc-annotations/1.1
- com.microsoft.azure/azure-annotations/1.10.0
- com.microsoft.azure/azure-client-runtime/1.7.12
- com.microsoft.rest/client-runtime/1.7.12
- commons-codec/commons-codec/1.3
- commons-logging/commons-logging/1.1.1
- com.squareup.okhttp3/logging-interceptor/3.12.12
- com.squareup.okhttp3/okhttp/3.12.12
- com.squareup.okhttp3/okhttp-urlconnection/3.12.12
- com.squareup.okio/okio/1.15.0
- com.squareup.retrofit2/adapter-rxjava/2.6.4
- com.squareup.retrofit2/converter-jackson/2.6.4
- com.squareup.retrofit2/retrofit/2.6.4
- io.reactivex/rxjava/1.3.8 (available as io.reactivex.rxjava2/rxjava/2.2.11)
- java/11
- jdk/srczip/999
- joda-time/joda-time/2.9.9
- log4j/log4j/1.2.12
- logkit/logkit/1.0.1
- org.apache.commons/commons-lang3/3.4
- org.apache.httpcomponents/httpclient/4.0.1
- org.apache.httpcomponents/httpcore/4.0.1
- org.codehaus.mojo/animal-sniffer-annotations/1.14
- org.jetbrains/annotations/13.0
- org.jetbrains.kotlin/kotlin-stdlib/1.3.10
- org.jetbrains.kotlin/kotlin-stdlib-common/1.3.10
- org.jetbrains.kotlinx/kotlinx-coroutines-core/1.1.0
- org.jetbrains.kotlinx/kotlinx-coroutines-core-common/1.1.0
- org.joda/joda-convert/1.2
- org.json/json/20080701
- org.khronos/opengl-api/gl1.1-android-2.1_r1
- org.slf4j/slf4j-api/1.7.22
- xerces/xmlParserAPIs/2.6.2
- xpp3/xpp3/1.1.4c
Declarations
-
com
-
microsoft
-
azure
-
arm
-
collection
- InnerSupportsDelete
- InnerSupportsGet
- InnerSupportsListing
-
SupportsBatchCreation
- create(Creatable[]): CreatedResources<Indexable>
- create(List<Creatable<Indexable>>): CreatedResources<Indexable>
- createAsync(Creatable[]): Observable<Indexable>
- createAsync(List<Creatable<Indexable>>): Observable<Indexable>
- createAsync(ServiceCallback<CreatedResources<Indexable>>, Creatable[]): ServiceFuture<CreatedResources<Indexable>>
- createAsync(ServiceCallback<CreatedResources<Indexable>>, List<Creatable<Indexable>>): ServiceFuture<CreatedResources<Indexable>>
- SupportsBeginDeletingByName
- SupportsCreating
- SupportsDeletingById
- SupportsDeletingByName
- SupportsListing
- SupportsListingByRegion
- SupportsListingByTag
-
dag
-
DAGNode
- dependentKeys: List<String>
- toBeResolved: int
- isPreparer: boolean
- lock: ReentrantLock
- DAGNode(String, Object): void
- lock(): ReentrantLock
- dependentKeys(): List<String>
- addDependent(String): void
- dependencyKeys(): List<String>
- addDependency(String): void
- removeDependency(String): void
- hasDependencies(): boolean
- setPreparer(boolean): void
- isPreparer(): boolean
- initialize(): void
- hasAllResolved(): boolean
- onSuccessfulResolution(String): void
- onFaultedResolution(String, Throwable): void
-
DAGraph
- queue: ConcurrentLinkedQueue<String>
- rootNode: DAGNode
- parentDAGs: List<DAGraph<Object, DAGNode>>
- DAGraph(DAGNode): void
- hasParents(): boolean
- root(): DAGNode
- isRootNode(DAGNode): boolean
- isPreparer(): boolean
- getNode(String): DAGNode
- addDependencyGraph(DAGraph<Object, DAGNode>): void
- addDependentGraph(DAGraph<Object, DAGNode>): void
- prepareForEnumeration(): void
- getNext(): DAGNode
- reportCompletion(DAGNode): void
- reportError(DAGNode, Throwable): void
- initializeDependentKeys(): void
- initializeQueue(): void
- merge(Map<String, DAGNode>, Map<String, DAGNode>): void
- bubbleUpNodeTable(DAGraph<Object, DAGNode>, LinkedList<String>): void
- ErroredDependencyTaskException
- FunctionalTaskItem
-
Graph
- nodeTable: Map<String, Node>
- visited: Set<String>
- time: Integer
- entryTime: Map<String, Integer>
- exitTime: Map<String, Integer>
- parent: Map<String, String>
- processed: Set<String>
- Graph(): void
- getNodes(): Collection<Node>
- addNode(Node): void
- visit(Visitor): void
- dfs(Visitor, Node<Object, Node>): void
- edgeType(String, String): EdgeType
- findPath(String, String): String
- EdgeType
- Visitor
-
IndexableTaskItem
- key: String
- taskGroup: TaskGroup
- taskResult: Indexable
- IndexableTaskItem(String): void
- IndexableTaskItem(): void
- create(FunctionalTaskItem): IndexableTaskItem
- taskGroup(): TaskGroup
- clear(): void
- key(): String
- addDependency(FunctionalTaskItem): String
- addDependency(HasTaskGroup): String
- addDependency(Creatable<Indexable>): String
- addeDependency(Appliable<Indexable>): String
- addDependency(Executable<Indexable>): String
- addPostRunDependent(FunctionalTaskItem): String
- addPostRunDependent(HasTaskGroup): String
- addPostRunDependent(Creatable<Indexable>): String
- addPostRunDependent(Appliable<Indexable>): String
- addPostRunDependent(Executable<Indexable>): String
- taskResult(String): Indexable
- result(): Indexable
- beforeGroupInvoke(): void
- isHot(): boolean
- invokeAsync(InvocationContext): Observable<Indexable>
- invokeAfterPostRunAsync(boolean): Completable
- invokeTaskAsync(InvocationContext): Observable<Indexable>
- voidIndexable(): Indexable
- voidObservable(): Observable<Indexable>
- Node
- PostRunTaskCollection
- TaskCancelledException
-
TaskGroup
- taskCancelledException: TaskCancelledException
- rootTaskEntry: TaskGroupEntry<TaskItem>
- taskGroupTerminateOnErrorStrategy: TaskGroupTerminateOnErrorStrategy
- isGroupCancelled: AtomicBoolean
- proxyTaskGroupWrapper: ProxyTaskGroupWrapper
- TaskGroup(TaskGroupEntry<TaskItem>): void
- TaskGroup(String, TaskItem): void
- TaskGroup(IndexableTaskItem): void
- key(): String
- taskResult(String): Indexable
- dependsOn(TaskGroup): boolean
- root(): TaskGroupEntry<TaskItem>
- addDependency(FunctionalTaskItem): String
- addDependency(HasTaskGroup): void
- addDependencyTaskGroup(TaskGroup): void
- addPostRunDependent(FunctionalTaskItem): String
- addPostRunDependent(HasTaskGroup): void
- addPostRunDependentTaskGroup(TaskGroup): void
- invokeAsync(InvocationContext): Observable<Indexable>
- invokeInternAsync(InvocationContext, boolean, Set<String>): Observable<Indexable>
- runBeforeGroupInvoke(Set<String>): Set<String>
- entriesSnapshot(): List<TaskGroupEntry<TaskItem>>
- invokeReadyTasksAsync(InvocationContext): Observable<Indexable>
- invokeTaskAsync(TaskGroupEntry<TaskItem>, InvocationContext): Observable<Indexable>
- invokeAfterPostRunAsync(TaskGroupEntry<TaskItem>, InvocationContext): Observable<Indexable>
- processCompletedTaskAsync(TaskGroupEntry<TaskItem>, InvocationContext): Observable<Indexable>
- processFaultedTaskAsync(TaskGroupEntry<TaskItem>, Throwable, InvocationContext): Observable<Indexable>
- markGroupAsCancelledIfTerminationStrategyIsIPTC(): void
- isRootEntry(TaskGroupEntry<TaskItem>): boolean
- shouldPropagateException(Throwable): boolean
- toErrorObservable(Throwable): Observable<Indexable>
- newInvocationContext(): InvocationContext
- HasTaskGroup
-
InvocationContext
- properties: Map<String, Object>
- taskGroup: TaskGroup
- terminateOnErrorStrategy: TaskGroupTerminateOnErrorStrategy
- InvocationContext(TaskGroup): void
- taskGroup(): TaskGroup
- withTerminateOnErrorStrategy(TaskGroupTerminateOnErrorStrategy): InvocationContext
- terminateOnErrorStrategy(): TaskGroupTerminateOnErrorStrategy
- put(String, Object): void
- get(String): Object
- hasKey(String): boolean
- ProxyTaskGroupWrapper
- ProxyTaskItem
-
TaskGroupEntry
- proxy: TaskGroupEntry<TaskItem>
- hasFaultedDescentDependencyTasks: boolean
- TaskGroupEntry(String, TaskItem): void
- initialize(): void
- setProxy(TaskGroupEntry<TaskItem>): void
- proxy(): TaskGroupEntry<TaskItem>
- taskResult(): Indexable
- hasFaultedDescentDependencyTasks(): boolean
- invokeTaskAsync(boolean, InvocationContext): Observable<Indexable>
- onFaultedResolution(String, Throwable): void
- taskItem(): TaskItem
- hasCachedResult(): boolean
- TaskGroupTerminateOnErrorStrategy
- TaskItem
- VoidIndexable
-
DAGNode
-
model
- Appliable
- Attachable
- Creatable
- CreatedResources
- Executable
- HasInner
- Indexable
- Refreshable
- Settable
- Updatable
-
implementation
- AppliableImpl
- CreatableImpl
-
CreatableUpdatableImpl
- name: String
- taskGroup: TaskGroup
- CreatableUpdatableImpl(String, Object): void
- CreatableUpdatableImpl(String, String, Object): void
- name(): String
- taskGroup(): TaskGroup
- addDependency(FunctionalTaskItem): String
- addDependency(HasTaskGroup): String
- addDependency(Creatable<Indexable>): String
- addeDependency(Appliable<Indexable>): String
- addDependency(Executable<Indexable>): String
- addPostRunDependent(FunctionalTaskItem): String
- addPostRunDependent(HasTaskGroup): String
- addPostRunDependent(Creatable<Indexable>): String
- addPostRunDependent(Appliable<Indexable>): String
- addPostRunDependent(Executable<Indexable>): void
- beforeGroupCreateOrUpdate(): void
- createAsync(): Observable<Indexable>
- applyAsync(): Observable<Indexable>
- isHot(): boolean
- createAsync(ServiceCallback<Indexable>): ServiceFuture<Indexable>
- applyAsync(ServiceCallback<Indexable>): ServiceFuture<Indexable>
- create(): Indexable
- apply(): Indexable
- update(): IndexableRefreshableWrapperImpl
- updateResourceAsync(): Observable<Indexable>
- taskResult(String): Indexable
- innerToFluentMap(IndexableRefreshableWrapperImpl): Func1<Object, Indexable>
- afterPostRunAsync(boolean): Completable
-
CreateUpdateTask
- resourceCreatorUpdater: ResourceCreatorUpdater<Indexable>
- resource: Indexable
- CreateUpdateTask(ResourceCreatorUpdater<Indexable>): void
- result(): Indexable
- beforeGroupInvoke(): void
- invokeAsync(InvocationContext): Observable<Indexable>
- invokeAfterPostRunAsync(boolean): Completable
- isHot(): boolean
- ResourceCreatorUpdater
-
ExecutableImpl
- taskGroup: TaskGroup
- ExecutableImpl(): void
- ExecutableImpl(String): void
- taskGroup(): TaskGroup
- addDependency(FunctionalTaskItem): String
- addDependency(HasTaskGroup): String
- addDependency(Creatable<Indexable>): String
- addeDependency(Appliable<Indexable>): String
- addDependency(Executable<Indexable>): String
- addPostRunDependent(FunctionalTaskItem): String
- addPostRunDependent(HasTaskGroup): String
- addPostRunDependent(Creatable<Indexable>): String
- addPostRunDependent(Appliable<Indexable>): String
- addPostRunDependent(Executable<Indexable>): String
- taskResult(String): Indexable
- beforeGroupExecute(): void
- isHot(): boolean
- executeAsync(): Observable<Indexable>
- execute(): Indexable
- executeAsync(ServiceCallback<Indexable>): ServiceFuture<Indexable>
- afterPostRunAsync(boolean): Completable
- ExecuteTask
- IndexableImpl
- IndexableRefreshableImpl
- IndexableRefreshableWrapperImpl
- IndexableWrapperImpl
- RefreshableWrapperImpl
- WrapperImpl
-
resources
-
AzureConfigurable
- withLogLevel(LogLevel): AzureConfigurable
- withInterceptor(Interceptor): AzureConfigurable
- withUserAgent(String): AzureConfigurable
- withReadTimeout(long, TimeUnit): AzureConfigurable
- withConnectionTimeout(long, TimeUnit): AzureConfigurable
- withMaxIdleConnections(int): AzureConfigurable
- withCallbackExecutor(Executor): AzureConfigurable
- withProxy(Proxy): AzureConfigurable
- withProxyAuthenticator(Authenticator): AzureConfigurable
-
ExpandableStringEnum
- valuesByName: ConcurrentMap<String, ExpandableStringEnum>
- name: String
- clazz: Class<ExpandableStringEnum>
- uniqueKey(Class<Object>, String): String
- withNameValue(String, ExpandableStringEnum, Class<ExpandableStringEnum>): ExpandableStringEnum
- fromString(String, Class<ExpandableStringEnum>): ExpandableStringEnum
- values(Class<ExpandableStringEnum>): Collection<ExpandableStringEnum>
- toString(): String
- hashCode(): int
- equals(Object): boolean
-
Region
- VALUES_BY_NAME: Map<String, Region>
- US_WEST: Region
- US_WEST2: Region
- US_CENTRAL: Region
- US_EAST: Region
- US_EAST2: Region
- US_NORTH_CENTRAL: Region
- US_SOUTH_CENTRAL: Region
- US_WEST_CENTRAL: Region
- CANADA_CENTRAL: Region
- CANADA_EAST: Region
- BRAZIL_SOUTH: Region
- BRAZIL_SOUTHEAST: Region
- EUROPE_NORTH: Region
- EUROPE_WEST: Region
- UK_SOUTH: Region
- UK_WEST: Region
- FRANCE_CENTRAL: Region
- FRANCE_SOUTH: Region
- SWITZERLAND_NORTH: Region
- SWITZERLAND_WEST: Region
- GERMANY_NORTH: Region
- GERMANY_WESTCENTRAL: Region
- NORWAY_WEST: Region
- NORWAY_EAST: Region
- ASIA_EAST: Region
- ASIA_SOUTHEAST: Region
- JAPAN_EAST: Region
- JAPAN_WEST: Region
- AUSTRALIA_EAST: Region
- AUSTRALIA_SOUTHEAST: Region
- AUSTRALIA_CENTRAL: Region
- AUSTRALIA_CENTRAL2: Region
- INDIA_CENTRAL: Region
- INDIA_SOUTH: Region
- INDIA_WEST: Region
- KOREA_CENTRAL: Region
- KOREA_SOUTH: Region
- UAE_CENTRAL: Region
- UAE_NORTH: Region
- SOUTHAFRICA_NORTH: Region
- SOUTHAFRICA_WEST: Region
- CHINA_NORTH: Region
- CHINA_EAST: Region
- CHINA_NORTH2: Region
- CHINA_EAST2: Region
- GERMANY_CENTRAL: Region
- GERMANY_NORTHEAST: Region
- GOV_US_VIRGINIA: Region
- GOV_US_IOWA: Region
- GOV_US_ARIZONA: Region
- GOV_US_TEXAS: Region
- GOV_US_DOD_EAST: Region
- GOV_US_DOD_CENTRAL: Region
- name: String
- label: String
- values(): Region[]
- Region(String, String): void
- create(String, String): Region
- toString(): String
- name(): String
- label(): String
- findByLabelOrName(String): Region
- fromName(String): Region
- hashCode(): int
- equals(Object): boolean
-
ResourceId
- subscriptionId: String
- resourceGroupName: String
- name: String
- providerNamespace: String
- resourceType: String
- id: String
- parentId: String
- badIdErrorText(String): String
- ResourceId(String): void
- fromString(String): ResourceId
- subscriptionId(): String
- resourceGroupName(): String
- name(): String
- parent(): ResourceId
- providerNamespace(): String
- resourceType(): String
- fullResourceType(): String
- id(): String
-
ResourceUtilsCore
- ResourceUtilsCore(): void
- groupFromResourceId(String): String
- subscriptionFromResourceId(String): String
- resourceProviderFromResourceId(String): String
- resourceTypeFromResourceId(String): String
- parentResourceIdFromResourceId(String): String
- parentRelativePathFromResourceId(String): String
- relativePathFromResourceId(String): String
- extractFromResourceId(String, String): String
- nameFromResourceId(String): String
- constructResourceId(String, String, String, String, String, String): String
-
collection
- SupportsBatchDeletion
- SupportsDeletingByParent
- SupportsDeletingByResourceGroup
- SupportsGettingById
- SupportsGettingByName
- SupportsGettingByNameAsync
- SupportsGettingByParent
- SupportsGettingByResourceGroup
- SupportsListingByParent
- SupportsListingByResourceGroup
- SupportsListingInResourceGroupByTag
-
implementation
-
CreatableResourcesImpl
- CreatableResourcesImpl(): void
- create(Creatable[]): CreatedResources<Indexable>
- create(List<Creatable<Indexable>>): CreatedResources<Indexable>
- createAsync(Creatable[]): Observable<Indexable>
- createAsync(List<Creatable<Indexable>>): Observable<Indexable>
- createAsync(ServiceCallback<CreatedResources<Indexable>>, Creatable[]): ServiceFuture<CreatedResources<Indexable>>
- createAsync(ServiceCallback<CreatedResources<Indexable>>, List<Creatable<Indexable>>): ServiceFuture<CreatedResources<Indexable>>
- createAsyncNonStream(List<Creatable<Indexable>>): Observable<CreatedResources<Indexable>>
- createAsyncNonStream(Creatable[]): Observable<CreatedResources<Indexable>>
- CreatedResourcesImpl
- CreatableUpdatableResourcesRoot
- CreatableUpdatableResourcesRootImpl
- CreatableWrappersImpl
-
ExternalChildResourceCollectionImpl
- parent: Object
- parentTaskGroup: TaskGroup
- childCollection: ConcurrentMap<String, ExternalChildResourceImpl>
- isPostRunMode: boolean
- childResourceName: String
- ExternalChildResourceCollectionImpl(Object, TaskGroup, String): void
- enablePostRunMode(): void
- enableCommitMode(): void
- clear(): void
- prepareForFutureCommitOrPostRun(ExternalChildResourceImpl): ExternalChildResourceImpl
- commitAsync(): Observable<ExternalChildResourceImpl>
- commitAndGetAllAsync(): Observable<List<ExternalChildResourceImpl>>
- find(String): ExternalChildResourceImpl
- parent(): Object
- clearAfterCommit(): boolean
-
ExternalChildResourcesCachedImpl
- ExternalChildResourcesCachedImpl(Object, TaskGroup, String): void
- refresh(): void
- collection(): Map<String, ExternalChildResourceImpl>
- prepareIndependentDefine(String): ExternalChildResourceImpl
- prepareInlineDefine(String): ExternalChildResourceImpl
- prepareInlineDefine(String, String): ExternalChildResourceImpl
- prepareInlineUpdate(String): ExternalChildResourceImpl
- prepareInlineUpdate(String, String): ExternalChildResourceImpl
- prepareInlineRemove(String): void
- prepareInlineRemove(String, String): void
- addChildResource(ExternalChildResourceImpl): void
- addChildResource(String, ExternalChildResourceImpl): void
- cacheCollection(): void
- clearAfterCommit(): boolean
- listChildResources(): List<ExternalChildResourceImpl>
- newChildResource(String): ExternalChildResourceImpl
-
ExternalChildResourcesNonCachedImpl
- ExternalChildResourcesNonCachedImpl(Object, TaskGroup, String): void
- prepareIndependentDefine(ExternalChildResourceImpl): ExternalChildResourceImpl
- prepareInlineDefine(ExternalChildResourceImpl): ExternalChildResourceImpl
- prepareInlineUpdate(ExternalChildResourceImpl): ExternalChildResourceImpl
- prepareInlineRemove(ExternalChildResourceImpl): void
- clearAfterCommit(): boolean
- pendingOperationMessage(String, String): String
-
GroupableResourcesCoreImpl
- innerCollection: Object
- myManager: ManagerBaseCore
- GroupableResourcesCoreImpl(Object, ManagerBaseCore): void
- inner(): Object
- manager(): ManagerBaseCore
- getById(String): GroupableResourceCore
- getByIdAsync(String): Observable<GroupableResourceCore>
- getByIdAsync(String, ServiceCallback<GroupableResourceCore>): ServiceFuture<GroupableResourceCore>
- deleteByResourceGroup(String, String): void
- deleteByResourceGroupAsync(String, String, ServiceCallback<Void>): ServiceFuture<Void>
- deleteByResourceGroupAsync(String, String): Completable
- deleteByIdAsync(String): Completable
- getByResourceGroup(String, String): GroupableResourceCore
- getByResourceGroupAsync(String, String): Observable<GroupableResourceCore>
- getByResourceGroupAsync(String, String, ServiceCallback<GroupableResourceCore>): ServiceFuture<GroupableResourceCore>
- getInnerAsync(String, String): Observable<Resource>
- deleteInnerAsync(String, String): Completable
- PageImpl
-
ReadableWrappersImpl
- converter: PagedListConverter<Object, Object>
- ReadableWrappersImpl(): void
- wrapModel(Object): Object
- wrapList(PagedList<Object>): PagedList<Object>
- wrapList(List<Object>): PagedList<Object>
- convertToPagedList(List<Object>): PagedList<Object>
- wrapPageAsync(Observable<Page<Object>>): Observable<Object>
- wrapListAsync(Observable<List<Object>>): Observable<Object>
- convertListToInnerAsync(Observable<List<Object>>): Observable<Object>
- convertPageToInnerAsync(Observable<Page<Object>>): Observable<Object>
- wrapModelAsync(Observable<Object>): Observable<Object>
- SupportsGettingByIdImpl
- SupportsGettingByResourceGroupImpl
-
CreatableResourcesImpl
-
implementation
-
AzureConfigurableCoreImpl
- restClientBuilder: Builder
- AzureConfigurableCoreImpl(): void
- withLogLevel(LogLevel): AzureConfigurable
- withInterceptor(Interceptor): AzureConfigurable
- withUserAgent(String): AzureConfigurable
- withReadTimeout(long, TimeUnit): AzureConfigurable
- withConnectionTimeout(long, TimeUnit): AzureConfigurable
- withMaxIdleConnections(int): AzureConfigurable
- withCallbackExecutor(Executor): AzureConfigurable
- withProxy(Proxy): AzureConfigurable
- withProxyAuthenticator(Authenticator): AzureConfigurable
- buildRestClient(AzureTokenCredentials, Endpoint): RestClient
- buildRestClient(AzureTokenCredentials): RestClient
- ManagerBaseCore
- ManagerCore
-
AzureConfigurableCoreImpl
-
models
- ChildResource
- ExternalChildResource
- GroupableResourceCore
- HasId
- HasManager
- HasName
- HasParent
- HasResourceGroup
- HasSubnet
- IndependentChild
- ParentlessChildResource
- Resource
-
implementation
- ChildResourceImpl
-
ExternalChildResourceImpl
- pendingOperation: PendingOperation
- name: String
- childAction: ExternalChildActionTaskItem
- ExternalChildResourceImpl(String, Object, Object): void
- ExternalChildResourceImpl(String, String, Object, Object): void
- name(): String
- pendingOperation(): PendingOperation
- setPendingOperation(PendingOperation): void
- clear(): void
- taskGroup(): TaskGroup
- prepareUpdate(): Indexable
- createResourceAsync(): Observable<Indexable>
- updateResourceAsync(): Observable<Indexable>
- deleteResourceAsync(): Observable<Void>
- childResourceKey(): String
- refresh(): Indexable
- refreshAsync(): Observable<Indexable>
- addDependency(FunctionalTaskItem): String
- addDependency(HasTaskGroup): String
- addDependency(Creatable<Indexable>): String
- addeDependency(Appliable<Indexable>): String
- addDependency(Executable<Indexable>): String
- addPostRunDependent(FunctionalTaskItem): String
- addPostRunDependent(HasTaskGroup): String
- addPostRunDependent(Creatable<Indexable>): String
- addPostRunDependent(Appliable<Indexable>): String
- addPostRunDependent(Executable<Indexable>): void
- beforeGroupCreateOrUpdate(): void
- createAsync(): Observable<Indexable>
- create(): Indexable
- createAsync(ServiceCallback<Indexable>): ServiceFuture<Indexable>
- applyAsync(): Observable<Indexable>
- apply(): Indexable
- applyAsync(ServiceCallback<Indexable>): ServiceFuture<Indexable>
- getInnerAsync(): Observable<Object>
- afterPostRunAsync(boolean): Completable
- PendingOperation
- ExternalChildActionTaskItem
- GroupableResourceCoreImpl
-
IndependentChildImpl
- groupName: String
- parentName: String
- creatableParentResourceKey: String
- manager: Object
- IndependentChildImpl(String, Object, Object): void
- manager(): Object
- resourceGroupName(): String
- isInCreateMode(): boolean
- withExistingParentResource(String, String): IndependentChildImpl
- withExistingParentResource(Resource): IndependentChildImpl
- withNewParentResource(Creatable<Resource>): IndependentChildImpl
- setInner(Object): void
- createResourceAsync(): Observable<IndependentChild>
- setParentName(Object): void
- createChildResourceAsync(): Observable<IndependentChild>
-
ResourceImpl
- type(): String
- name(): String
- ResourceImpl(String, Resource): void
- regionName(): String
- region(): Region
- tags(): Map<String, String>
- id(): String
- withTags(Map<String, String>): ResourceImpl
- withTag(String, String): ResourceImpl
- withoutTag(String): ResourceImpl
- withRegion(String): ResourceImpl
- withRegion(Region): ResourceImpl
- isInCreateMode(): boolean
- innersFromWrappers(Collection<HasInner>): List<Object>
- innersFromWrappers(Collection<HasInner>, List<Object>): List<Object>
-
AzureConfigurable
-
utils
- DelayProvider
- ListToMapConverter
- PagedListConverter
- RXMapper
- ResourceManagerThrottlingInterceptor
- ResourceNamer
- ResourceNamerFactory
-
SdkContext
- resourceNamerFactory: ResourceNamerFactory
- delayProvider: DelayProvider
- rxScheduler: Scheduler
- setResourceNamerFactory(ResourceNamerFactory): void
- getResourceNamerFactory(): ResourceNamerFactory
- randomResourceName(String, int): String
- randomResourceNames(String, int, int): String[]
- randomUuid(): String
- setDelayProvider(DelayProvider): void
- sleep(int): void
- delayedEmitAsync(Object, int): Observable<Object>
- getRxScheduler(): Scheduler
- setRxScheduler(Scheduler): void
-
Utils
- toPrimitiveInt(Long): int
- toPrimitiveLong(Long): long
- toPrimitiveBoolean(Boolean): boolean
- toPrimitiveInt(Integer): int
- createOdataFilterForTags(String, String): String
- rootResource(Observable<Indexable>): Observable<Indexable>
- downloadFileAsync(String, Retrofit): Observable<byte[]>
- toPagedList(List<Object>, Func1<Object, Object>): PagedList<Object>
- addToListIfNotExists(List<String>, String): void
- removeFromList(List<String>, String): void
- FileService
- Utils(): void
-
collection
-
arm
-
azure
-
microsoft