Interface Gallery

    • Method Detail

      • description

        String description()
        Returns:
        description for the gallery resource.
      • uniqueName

        String uniqueName()
        Returns:
        the unique name of the gallery resource.
      • provisioningState

        String provisioningState()
        Returns:
        the provisioning state of the gallery resource.
      • getImageAsync

        Mono<GalleryImage> getImageAsync​(String imageName)
        Retrieves information about an image in the gallery.
        Parameters:
        imageName - The name of the image.
        Returns:
        the observable for the request
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • getImage

        GalleryImage getImage​(String imageName)
        Retrieves information about an image in the gallery.
        Parameters:
        imageName - The name of the image.
        Returns:
        the gallery image
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • listImagesAsync

        com.azure.core.http.rest.PagedFlux<GalleryImage> listImagesAsync()
        List images in the gallery.
        Returns:
        the observable for the request
      • listImages

        com.azure.core.http.rest.PagedIterable<GalleryImage> listImages()
        List images in the gallery.
        Returns:
        the list of images in the gallery