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
Classes in com.azure.resourcemanager.compute.fluent.models that implement interfaces with type arguments of type SharingUpdateInnerModifier and TypeClassDescriptionfinal classSpecifies information about the gallery sharing profile update.Methods in com.azure.resourcemanager.compute.fluent.models that return SharingUpdateInnerModifier and TypeMethodDescriptionstatic SharingUpdateInnerSharingUpdateInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharingUpdateInner from the JsonReader.SharingUpdateInner.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.