com.azure.core.http.rest.PagedIterable<SharedGalleryInner> |
SharedGalleriesClient.list(String location,
SharedToValues sharedTo,
com.azure.core.util.Context context) |
List shared galleries by subscription id or tenant id.
|
com.azure.core.http.rest.PagedIterable<SharedGalleryImageInner> |
SharedGalleryImagesClient.list(String location,
String galleryUniqueName,
SharedToValues sharedTo,
com.azure.core.util.Context context) |
List shared gallery images by subscription id or tenant id.
|
com.azure.core.http.rest.PagedIterable<SharedGalleryImageVersionInner> |
SharedGalleryImageVersionsClient.list(String location,
String galleryUniqueName,
String galleryImageName,
SharedToValues sharedTo,
com.azure.core.util.Context context) |
List shared gallery image versions by subscription id or tenant id.
|
com.azure.core.http.rest.PagedFlux<SharedGalleryInner> |
SharedGalleriesClient.listAsync(String location,
SharedToValues sharedTo) |
List shared galleries by subscription id or tenant id.
|
com.azure.core.http.rest.PagedFlux<SharedGalleryImageInner> |
SharedGalleryImagesClient.listAsync(String location,
String galleryUniqueName,
SharedToValues sharedTo) |
List shared gallery images by subscription id or tenant id.
|
com.azure.core.http.rest.PagedFlux<SharedGalleryImageVersionInner> |
SharedGalleryImageVersionsClient.listAsync(String location,
String galleryUniqueName,
String galleryImageName,
SharedToValues sharedTo) |
List shared gallery image versions by subscription id or tenant id.
|