Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharingUpdateInner
Packages that use SharingUpdateInner
Package
Description
Package containing the service clients for ComputeManagementClient.
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 SharingUpdateInnerModifier and TypeMethodDescriptionGallerySharingProfilesClient.update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate) Update sharing profile of a gallery.GallerySharingProfilesClient.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 SharingUpdateInnerModifier and TypeMethodDescriptioncom.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.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 SharingUpdateInnerModifier and TypeMethodDescriptioncom.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.GallerySharingProfilesClient.update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate) Update sharing profile of a gallery.GallerySharingProfilesClient.update(String resourceGroupName, String galleryName, SharingUpdateInner sharingUpdate, com.azure.core.util.Context context) Update sharing profile of a gallery.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 SharingUpdateInnerModifier and TypeMethodDescriptionSharingUpdateInner.withGroups(List<SharingProfileGroup> groups) Set the groups property: A list of sharing profile groups.SharingUpdateInner.withOperationType(SharingUpdateOperationTypes operationType) Set the operationType property: This property allows you to specify the operation type of gallery sharing update.