GalleryScriptsClient Interface
public interface GalleryScriptsClient
An instance of this class provides access to all the operations defined in GalleryScriptsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)
Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, Context context)
Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)
Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String galleryScriptName)
Delete a gallery Script Definition.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String galleryScriptName, Context context)
Delete a gallery Script Definition.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String galleryName, String galleryScriptName)
Delete a gallery Script Definition.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)
Update a gallery Script Definition.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, Context context)
Update a gallery Script Definition.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)
Update a gallery Script Definition.
Parameters:
Returns:
createOrUpdate
public abstract GalleryScriptInner createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)
Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.
Parameters:
Returns:
createOrUpdate
public abstract GalleryScriptInner createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, Context context)
Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<GalleryScriptInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)
Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)
Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String galleryName, String galleryScriptName)
Delete a gallery Script Definition.
Parameters:
delete
public abstract void delete(String resourceGroupName, String galleryName, String galleryScriptName, Context context)
Delete a gallery Script Definition.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String galleryName, String galleryScriptName)
Delete a gallery Script Definition.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName)
Delete a gallery Script Definition.
Parameters:
Returns:
get
public abstract GalleryScriptInner get(String resourceGroupName, String galleryName, String galleryScriptName)
Retrieves information about a gallery script definition.
Parameters:
Returns:
getAsync
public abstract Mono<GalleryScriptInner> getAsync(String resourceGroupName, String galleryName, String galleryScriptName)
Retrieves information about a gallery script definition.
Parameters:
Returns:
getWithResponse
public abstract Response<GalleryScriptInner> getWithResponse(String resourceGroupName, String galleryName, String galleryScriptName, Context context)
Retrieves information about a gallery script definition.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<GalleryScriptInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName)
Retrieves information about a gallery script definition.
Parameters:
Returns:
listByGallery
public abstract PagedIterable<GalleryScriptInner> listByGallery(String resourceGroupName, String galleryName)
List gallery Script Definitions in a gallery.
Parameters:
Returns:
listByGallery
public abstract PagedIterable<GalleryScriptInner> listByGallery(String resourceGroupName, String galleryName, Context context)
List gallery Script Definitions in a gallery.
Parameters:
Returns:
listByGalleryAsync
public abstract PagedFlux<GalleryScriptInner> listByGalleryAsync(String resourceGroupName, String galleryName)
List gallery Script Definitions in a gallery.
Parameters:
Returns:
update
public abstract GalleryScriptInner update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)
Update a gallery Script Definition.
Parameters:
Returns:
update
public abstract GalleryScriptInner update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, Context context)
Update a gallery Script Definition.
Parameters:
Returns:
updateAsync
public abstract Mono<GalleryScriptInner> updateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)
Update a gallery Script Definition.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)
Update a gallery Script Definition.
Parameters:
Returns: