Uses of Class
com.azure.resourcemanager.compute.fluent.models.GalleryScriptInner
Packages that use GalleryScriptInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryScriptInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return GalleryScriptInnerModifier and TypeMethodDescriptionGalleryScriptsClient.createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.GalleryScriptsClient.createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, com.azure.core.util.Context context) Create or update a Gallery Script Definition.Retrieves information about a gallery script definition.GalleryScriptsClient.update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.GalleryScriptsClient.update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, com.azure.core.util.Context context) Update a gallery Script Definition.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type GalleryScriptInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, com.azure.core.util.Context context) Create or update a Gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, com.azure.core.util.Context context) Create or update a Gallery Script Definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, com.azure.core.util.Context context) Update a gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, com.azure.core.util.Context context) Update a gallery Script Definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.GalleryScriptsClient.createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.GalleryScriptsClient.getAsync(String resourceGroupName, String galleryName, String galleryScriptName) Retrieves information about a gallery script definition.com.azure.core.http.rest.Response<GalleryScriptInner> GalleryScriptsClient.getWithResponse(String resourceGroupName, String galleryName, String galleryScriptName, com.azure.core.util.Context context) Retrieves information about a gallery script definition.Mono<com.azure.core.http.rest.Response<GalleryScriptInner>> GalleryScriptsClient.getWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName) Retrieves information about a gallery script definition.com.azure.core.http.rest.PagedIterable<GalleryScriptInner> GalleryScriptsClient.listByGallery(String resourceGroupName, String galleryName) List gallery Script Definitions in a gallery.com.azure.core.http.rest.PagedIterable<GalleryScriptInner> GalleryScriptsClient.listByGallery(String resourceGroupName, String galleryName, com.azure.core.util.Context context) List gallery Script Definitions in a gallery.com.azure.core.http.rest.PagedFlux<GalleryScriptInner> GalleryScriptsClient.listByGalleryAsync(String resourceGroupName, String galleryName) List gallery Script Definitions in a gallery.GalleryScriptsClient.updateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript) Update a gallery Script Definition.Methods in com.azure.resourcemanager.compute.fluent with parameters of type GalleryScriptInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, com.azure.core.util.Context context) Create or update a Gallery Script Definition.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<GalleryScriptInner>, GalleryScriptInner> GalleryScriptsClient.beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.GalleryScriptsClient.createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.GalleryScriptsClient.createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, com.azure.core.util.Context context) Create or update a Gallery Script Definition.GalleryScriptsClient.createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> GalleryScriptsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript) Create or update a Gallery Script Definition. -
Uses of GalleryScriptInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return GalleryScriptInnerModifier and TypeMethodDescriptionstatic GalleryScriptInnerGalleryScriptInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryScriptInner from the JsonReader.GalleryScriptInner.withLocation(String location) GalleryScriptInner.withProperties(GalleryScriptProperties properties) Set the properties property: Describes the properties of a gallery Script Definition. -
Uses of GalleryScriptInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryScriptInnerModifier and TypeMethodDescriptionGalleryScriptList.value()Get the value property: The GalleryScript items on this page.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryScriptInnerModifier and TypeMethodDescriptionGalleryScriptList.withValue(List<GalleryScriptInner> value) Set the value property: The GalleryScript items on this page.