Partager via


PrivateLinkResources interface

Interface représentant un PrivateLinkResources.

Méthodes

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtenir les détails d’un ID de groupe.

list(string, string, PrivateLinkResourcesListOptionalParams)

Répertorier les ID de groupe pris en charge.

Détails de la méthode

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Obtenir les détails d’un ID de groupe.

function get(resourceGroupName: string, accountName: string, name: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResource>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans l’abonnement Azure.

accountName

string

Nom du compte Media Services.

name

string

options
PrivateLinkResourcesGetOptionalParams

Paramètres d’options.

Retours

list(string, string, PrivateLinkResourcesListOptionalParams)

Répertorier les ID de groupe pris en charge.

function list(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<PrivateLinkResourceListResult>

Paramètres

resourceGroupName

string

Nom du groupe de ressources dans l’abonnement Azure.

accountName

string

Nom du compte Media Services.

options
PrivateLinkResourcesListOptionalParams

Paramètres d’options.

Retours