Galleries Interface
public interface Galleries
Resource collection API of Galleries.
Method Summary
Method Details
define
public abstract Gallery.DefinitionStages.Blank define(String name)
Begins definition for a new Gallery resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String devCenterName, String galleryName)
Deletes a gallery resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String devCenterName, String galleryName, Context context)
Deletes a gallery resource.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes a gallery resource.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Deletes a gallery resource.
Parameters:
get
public abstract Gallery get(String resourceGroupName, String devCenterName, String galleryName)
Gets a gallery.
Parameters:
Returns:
getById
public abstract Gallery getById(String id)
Gets a gallery.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<Gallery> getByIdWithResponse(String id, Context context)
Gets a gallery.
Parameters:
Returns:
getWithResponse
public abstract Response<Gallery> getWithResponse(String resourceGroupName, String devCenterName, String galleryName, Context context)
Gets a gallery.
Parameters:
Returns:
listByDevCenter
public abstract PagedIterable<Gallery> listByDevCenter(String resourceGroupName, String devCenterName)
Lists galleries for a devcenter.
Parameters:
Returns:
listByDevCenter
public abstract PagedIterable<Gallery> listByDevCenter(String resourceGroupName, String devCenterName, Integer top, Context context)
Lists galleries for a devcenter.
Parameters:
Returns: