CommunityGalleries interface
Schnittstelle, die eine CommunityGalleries darstellt.
Methoden
| get(string, string, Community |
Rufen Sie einen Communitykatalog anhand des öffentlichen Katalogs der Galerie ab. |
Details zur Methode
get(string, string, CommunityGalleriesGetOptionalParams)
Rufen Sie einen Communitykatalog anhand des öffentlichen Katalogs der Galerie ab.
function get(location: string, publicGalleryName: string, options?: CommunityGalleriesGetOptionalParams): Promise<CommunityGallery>
Parameter
- location
-
string
Der Name der Azure-Region.
- publicGalleryName
-
string
Der öffentliche Name des Communitykatalogs.
Die Optionsparameter.
Gibt zurück
Promise<CommunityGallery>