次の方法で共有


GalleriesClient Interface

public interface GalleriesClient

An instance of this class provides access to all the operations defined in GalleriesClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GalleryInner>,GalleryInner> beginCreateOrUpdate(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body)

Creates or updates a gallery.

abstract SyncPoller<PollResult<GalleryInner>,GalleryInner> beginCreateOrUpdate(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, Context context)

Creates or updates a gallery.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String devCenterName, String galleryName)

Deletes a gallery resource.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String devCenterName, String galleryName, Context context)

Deletes a gallery resource.

abstract GalleryInner createOrUpdate(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body)

Creates or updates a gallery.

abstract GalleryInner createOrUpdate(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, Context context)

Creates or updates a gallery.

abstract void delete(String resourceGroupName, String devCenterName, String galleryName)

Deletes a gallery resource.

abstract void delete(String resourceGroupName, String devCenterName, String galleryName, Context context)

Deletes a gallery resource.

abstract GalleryInner get(String resourceGroupName, String devCenterName, String galleryName)

Gets a gallery.

abstract Response<GalleryInner> getWithResponse(String resourceGroupName, String devCenterName, String galleryName, Context context)

Gets a gallery.

abstract PagedIterable<GalleryInner> listByDevCenter(String resourceGroupName, String devCenterName)

Lists galleries for a devcenter.

abstract PagedIterable<GalleryInner> listByDevCenter(String resourceGroupName, String devCenterName, Integer top, Context context)

Lists galleries for a devcenter.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<GalleryInner>,GalleryInner> beginCreateOrUpdate(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body)

Creates or updates a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.
body - Represents a gallery.

Returns:

the SyncPoller<T,U> for polling of represents a gallery.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<GalleryInner>,GalleryInner> beginCreateOrUpdate(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, Context context)

Creates or updates a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.
body - Represents a gallery.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of represents a gallery.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String devCenterName, String galleryName)

Deletes a gallery resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String devCenterName, String galleryName, Context context)

Deletes a gallery resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

createOrUpdate

public abstract GalleryInner createOrUpdate(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body)

Creates or updates a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.
body - Represents a gallery.

Returns:

represents a gallery.

createOrUpdate

public abstract GalleryInner createOrUpdate(String resourceGroupName, String devCenterName, String galleryName, GalleryInner body, Context context)

Creates or updates a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.
body - Represents a gallery.
context - The context to associate with this operation.

Returns:

represents a gallery.

delete

public abstract void delete(String resourceGroupName, String devCenterName, String galleryName)

Deletes a gallery resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.

delete

public abstract void delete(String resourceGroupName, String devCenterName, String galleryName, Context context)

Deletes a gallery resource.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.
context - The context to associate with this operation.

get

public abstract GalleryInner get(String resourceGroupName, String devCenterName, String galleryName)

Gets a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.

Returns:

a gallery.

getWithResponse

public abstract Response<GalleryInner> getWithResponse(String resourceGroupName, String devCenterName, String galleryName, Context context)

Gets a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
galleryName - The name of the gallery.
context - The context to associate with this operation.

Returns:

a gallery along with Response<T>.

listByDevCenter

public abstract PagedIterable<GalleryInner> listByDevCenter(String resourceGroupName, String devCenterName)

Lists galleries for a devcenter.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.

Returns:

results of the gallery list operation as paginated response with PagedIterable<T>.

listByDevCenter

public abstract PagedIterable<GalleryInner> listByDevCenter(String resourceGroupName, String devCenterName, Integer top, Context context)

Lists galleries for a devcenter.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
devCenterName - The name of the devcenter.
top - The maximum number of resources to return from the operation. Example: '$top=10'.
context - The context to associate with this operation.

Returns:

results of the gallery list operation as paginated response with PagedIterable<T>.

Applies to