Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharingUpdateInner
-
Packages that use SharingUpdateInner Package Description com.azure.resourcemanager.compute.fluent Package containing the service clients for ComputeManagementClient.com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient. -
-
Uses of SharingUpdateInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return SharingUpdateInner Modifier and Type Method Description SharingUpdateInnerGallerySharingProfilesClient. update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.SharingUpdateInnerGallerySharingProfilesClient. update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate, com.azure.core.util.Context context)Update sharing profile of a gallery.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SharingUpdateInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdate(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdate(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdate(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate, com.azure.core.util.Context context)Update sharing profile of a gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdate(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate, com.azure.core.util.Context context)Update sharing profile of a gallery.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdateAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdateAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.Mono<SharingUpdateInner>GallerySharingProfilesClient. updateAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.Methods in com.azure.resourcemanager.compute.fluent with parameters of type SharingUpdateInner Modifier and Type Method Description com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdate(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdate(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate, com.azure.core.util.Context context)Update sharing profile of a gallery.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SharingUpdateInner>,SharingUpdateInner>GallerySharingProfilesClient. beginUpdateAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.SharingUpdateInnerGallerySharingProfilesClient. update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.SharingUpdateInnerGallerySharingProfilesClient. update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate, com.azure.core.util.Context context)Update sharing profile of a gallery.Mono<SharingUpdateInner>GallerySharingProfilesClient. updateAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>GallerySharingProfilesClient. updateWithResponseAsync(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate)Update sharing profile of a gallery. -
Uses of SharingUpdateInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharingUpdateInner Modifier and Type Method Description SharingUpdateInnerSharingUpdateInner. withGroups(List<SharingProfileGroup> groups)Set the groups property: A list of sharing profile groups.SharingUpdateInnerSharingUpdateInner. withOperationType(SharingUpdateOperationTypes operationType)Set the operationType property: This property allows you to specify the operation type of gallery sharing update.
-