Uses of Class
com.azure.resourcemanager.devcenter.fluent.models.GalleryInner
Package
Description
Package containing the service clients for DevCenterManagementClient.
Package containing the inner data models for DevCenterManagementClient.
Package containing the data models for DevCenterManagementClient.
-
Uses of GalleryInner in com.azure.resourcemanager.devcenter.fluent
Modifier and TypeMethodDescriptionGalleriesClient.createOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body) Creates or updates a gallery.GalleriesClient.createOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, com.azure.core.util.Context context) Creates or updates a gallery.Gets a gallery.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,
GalleryInner> GalleriesClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body) Creates or updates a gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,
GalleryInner> GalleriesClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body) Creates or updates a gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,
GalleryInner> GalleriesClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, com.azure.core.util.Context context) Creates or updates a gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,
GalleryInner> GalleriesClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, com.azure.core.util.Context context) Creates or updates a gallery.com.azure.core.http.rest.Response<GalleryInner>
GalleriesClient.getWithResponse
(String resourceGroupName, String devCenterName, String galleryName, com.azure.core.util.Context context) Gets a gallery.com.azure.core.http.rest.PagedIterable<GalleryInner>
GalleriesClient.listByDevCenter
(String resourceGroupName, String devCenterName) Lists galleries for a devcenter.com.azure.core.http.rest.PagedIterable<GalleryInner>
GalleriesClient.listByDevCenter
(String resourceGroupName, String devCenterName, Integer top, com.azure.core.util.Context context) Lists galleries for a devcenter.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,
GalleryInner> GalleriesClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body) Creates or updates a gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryInner>,
GalleryInner> GalleriesClient.beginCreateOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, com.azure.core.util.Context context) Creates or updates a gallery.GalleriesClient.createOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body) Creates or updates a gallery.GalleriesClient.createOrUpdate
(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, com.azure.core.util.Context context) Creates or updates a gallery. -
Uses of GalleryInner in com.azure.resourcemanager.devcenter.fluent.models
Modifier and TypeMethodDescriptionGalleryInner.withGalleryResourceId
(String galleryResourceId) Set the galleryResourceId property: The resource ID of the backing Azure Compute Gallery. -
Uses of GalleryInner in com.azure.resourcemanager.devcenter.models
Modifier and TypeMethodDescriptionGallery.innerModel()
Gets the inner com.azure.resourcemanager.devcenter.fluent.models.GalleryInner object.Modifier and TypeMethodDescriptionGalleryListResult.value()
Get the value property: Current page of results.