PrivateLinkResources interface

Schnittstelle, die eine PrivateLinkResources darstellt.

Methoden

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Rufen Sie die angegebene private Linkressource ab, die dem Geräteaktualisierungskonto zugeordnet ist.

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

Auflisten aller privaten Linkressourcen in einem Geräteaktualisierungskonto.

Details zur Methode

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Rufen Sie die angegebene private Linkressource ab, die dem Geräteaktualisierungskonto zugeordnet ist.

function get(resourceGroupName: string, accountName: string, groupId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<GroupInformation>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

accountName

string

Kontenbezeichnung.

groupId

string

Die Gruppen-ID der Ressource für private Verknüpfungen.

options
PrivateLinkResourcesGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<GroupInformation>

listByAccount(string, string, PrivateLinkResourcesListByAccountOptionalParams)

Auflisten aller privaten Linkressourcen in einem Geräteaktualisierungskonto.

function listByAccount(resourceGroupName: string, accountName: string, options?: PrivateLinkResourcesListByAccountOptionalParams): PagedAsyncIterableIterator<GroupInformation, GroupInformation[], PageSettings>

Parameter

resourceGroupName

string

Der Ressourcengruppenname.

accountName

string

Kontenbezeichnung.

options
PrivateLinkResourcesListByAccountOptionalParams

Die Optionsparameter.

Gibt zurück