Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for async delete methods in ResourceGroupsImpl #1078

Closed
amitarali opened this issue Sep 15, 2016 · 2 comments
Closed

Support for async delete methods in ResourceGroupsImpl #1078

amitarali opened this issue Sep 15, 2016 · 2 comments
Assignees
Milestone

Comments

@amitarali
Copy link

Below way of implementation only support delete() method on ResourceGroup which is a blocking/sync call, beginDelete() or deleteAsync() methods are not supported. With the following approach of Azure client initialization, is there a way to use async delete methods which are part of class ResourceGroupsInner?

Azure azure = Azure.configure()
.withLogLevel(HttpLoggingInterceptor.Level.NONE)
.authenticate(appTokenCreds)
.withSubscription(subscriptionId);

azure.resourceGroups().delete(rgName);

@jianghaolu jianghaolu self-assigned this Sep 15, 2016
@jianghaolu jianghaolu added this to the 1.0.0-beta3 milestone Sep 15, 2016
@jianghaolu
Copy link
Contributor

Will add at the end-of-month release.

jianghaolu added a commit to jianghaolu/azure-sdk-for-java that referenced this issue Sep 23, 2016
jianghaolu added a commit to jianghaolu/azure-sdk-for-java that referenced this issue Sep 23, 2016
@jianghaolu
Copy link
Contributor

Supported and released with beta3.

@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants