Freigeben über


DataProducts interface

Schnittstelle, die ein DataProducts-Objekt darstellt.

Methoden

addUserRole(string, string, RoleAssignmentCommonProperties, DataProductsAddUserRoleOptionalParams)

Weisen Sie dem Datenprodukt eine Rolle zu.

beginCreate(string, string, DataProduct, DataProductsCreateOptionalParams)

Erstellen Sie eine Datenproduktressource.

beginCreateAndWait(string, string, DataProduct, DataProductsCreateOptionalParams)

Erstellen Sie eine Datenproduktressource.

beginDelete(string, string, DataProductsDeleteOptionalParams)

Löschen Sie die Datenproduktressource.

beginDeleteAndWait(string, string, DataProductsDeleteOptionalParams)

Löschen Sie die Datenproduktressource.

beginUpdate(string, string, DataProductUpdate, DataProductsUpdateOptionalParams)

Aktualisieren Sie die Datenproduktressource.

beginUpdateAndWait(string, string, DataProductUpdate, DataProductsUpdateOptionalParams)

Aktualisieren Sie die Datenproduktressource.

generateStorageAccountSasToken(string, string, AccountSas, DataProductsGenerateStorageAccountSasTokenOptionalParams)

Generieren sie sas-Token für das Speicherkonto.

get(string, string, DataProductsGetOptionalParams)

Abrufen der Datenproduktressource.

listByResourceGroup(string, DataProductsListByResourceGroupOptionalParams)

Auflisten von Datenprodukten nach Ressourcengruppe.

listBySubscription(DataProductsListBySubscriptionOptionalParams)

Auflisten von Datenprodukten nach Abonnement.

listRolesAssignments(string, string, Record<string, unknown>, DataProductsListRolesAssignmentsOptionalParams)

Auflisten von Benutzerrollen, die dem Datenprodukt zugeordnet sind.

removeUserRole(string, string, RoleAssignmentDetail, DataProductsRemoveUserRoleOptionalParams)

Entfernen Sie die Rolle aus dem Datenprodukt.

rotateKey(string, string, KeyVaultInfo, DataProductsRotateKeyOptionalParams)

Initiieren sie die Schlüsselrotation für Das Datenprodukt.

Details zur Methode

addUserRole(string, string, RoleAssignmentCommonProperties, DataProductsAddUserRoleOptionalParams)

Weisen Sie dem Datenprodukt eine Rolle zu.

function addUserRole(resourceGroupName: string, dataProductName: string, body: RoleAssignmentCommonProperties, options?: DataProductsAddUserRoleOptionalParams): Promise<RoleAssignmentDetail>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

body
RoleAssignmentCommonProperties

Der Inhalt der Aktionsanforderung

options
DataProductsAddUserRoleOptionalParams

Die Optionsparameter.

Gibt zurück

beginCreate(string, string, DataProduct, DataProductsCreateOptionalParams)

Erstellen Sie eine Datenproduktressource.

function beginCreate(resourceGroupName: string, dataProductName: string, resource: DataProduct, options?: DataProductsCreateOptionalParams): Promise<SimplePollerLike<OperationState<DataProduct>, DataProduct>>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

resource
DataProduct

Ressourcenerstellungsparameter.

options
DataProductsCreateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<DataProduct>, DataProduct>>

beginCreateAndWait(string, string, DataProduct, DataProductsCreateOptionalParams)

Erstellen Sie eine Datenproduktressource.

function beginCreateAndWait(resourceGroupName: string, dataProductName: string, resource: DataProduct, options?: DataProductsCreateOptionalParams): Promise<DataProduct>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

resource
DataProduct

Ressourcenerstellungsparameter.

options
DataProductsCreateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<DataProduct>

beginDelete(string, string, DataProductsDeleteOptionalParams)

Löschen Sie die Datenproduktressource.

function beginDelete(resourceGroupName: string, dataProductName: string, options?: DataProductsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DataProductsDeleteHeaders>, DataProductsDeleteHeaders>>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

options
DataProductsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<DataProductsDeleteHeaders>, DataProductsDeleteHeaders>>

beginDeleteAndWait(string, string, DataProductsDeleteOptionalParams)

Löschen Sie die Datenproduktressource.

function beginDeleteAndWait(resourceGroupName: string, dataProductName: string, options?: DataProductsDeleteOptionalParams): Promise<DataProductsDeleteHeaders>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

options
DataProductsDeleteOptionalParams

Die Optionsparameter.

Gibt zurück

beginUpdate(string, string, DataProductUpdate, DataProductsUpdateOptionalParams)

Aktualisieren Sie die Datenproduktressource.

function beginUpdate(resourceGroupName: string, dataProductName: string, properties: DataProductUpdate, options?: DataProductsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DataProduct>, DataProduct>>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

properties
DataProductUpdate

Die zu aktualisierenden Ressourceneigenschaften.

options
DataProductsUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<@azure/core-lro.SimplePollerLike<OperationState<DataProduct>, DataProduct>>

beginUpdateAndWait(string, string, DataProductUpdate, DataProductsUpdateOptionalParams)

Aktualisieren Sie die Datenproduktressource.

function beginUpdateAndWait(resourceGroupName: string, dataProductName: string, properties: DataProductUpdate, options?: DataProductsUpdateOptionalParams): Promise<DataProduct>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

properties
DataProductUpdate

Die zu aktualisierenden Ressourceneigenschaften.

options
DataProductsUpdateOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<DataProduct>

generateStorageAccountSasToken(string, string, AccountSas, DataProductsGenerateStorageAccountSasTokenOptionalParams)

Generieren sie sas-Token für das Speicherkonto.

function generateStorageAccountSasToken(resourceGroupName: string, dataProductName: string, body: AccountSas, options?: DataProductsGenerateStorageAccountSasTokenOptionalParams): Promise<AccountSasToken>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

body
AccountSas

Der Inhalt der Aktionsanforderung

Gibt zurück

Promise<AccountSasToken>

get(string, string, DataProductsGetOptionalParams)

Abrufen der Datenproduktressource.

function get(resourceGroupName: string, dataProductName: string, options?: DataProductsGetOptionalParams): Promise<DataProduct>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

options
DataProductsGetOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<DataProduct>

listByResourceGroup(string, DataProductsListByResourceGroupOptionalParams)

Auflisten von Datenprodukten nach Ressourcengruppe.

function listByResourceGroup(resourceGroupName: string, options?: DataProductsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DataProduct, DataProduct[], PageSettings>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

options
DataProductsListByResourceGroupOptionalParams

Die Optionsparameter.

Gibt zurück

listBySubscription(DataProductsListBySubscriptionOptionalParams)

Auflisten von Datenprodukten nach Abonnement.

function listBySubscription(options?: DataProductsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DataProduct, DataProduct[], PageSettings>

Parameter

options
DataProductsListBySubscriptionOptionalParams

Die Optionsparameter.

Gibt zurück

listRolesAssignments(string, string, Record<string, unknown>, DataProductsListRolesAssignmentsOptionalParams)

Auflisten von Benutzerrollen, die dem Datenprodukt zugeordnet sind.

function listRolesAssignments(resourceGroupName: string, dataProductName: string, body: Record<string, unknown>, options?: DataProductsListRolesAssignmentsOptionalParams): Promise<ListRoleAssignments>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

body

Record<string, unknown>

Der Inhalt der Aktionsanforderung

options
DataProductsListRolesAssignmentsOptionalParams

Die Optionsparameter.

Gibt zurück

removeUserRole(string, string, RoleAssignmentDetail, DataProductsRemoveUserRoleOptionalParams)

Entfernen Sie die Rolle aus dem Datenprodukt.

function removeUserRole(resourceGroupName: string, dataProductName: string, body: RoleAssignmentDetail, options?: DataProductsRemoveUserRoleOptionalParams): Promise<void>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

body
RoleAssignmentDetail

Der Inhalt der Aktionsanforderung

options
DataProductsRemoveUserRoleOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>

rotateKey(string, string, KeyVaultInfo, DataProductsRotateKeyOptionalParams)

Initiieren sie die Schlüsselrotation für Das Datenprodukt.

function rotateKey(resourceGroupName: string, dataProductName: string, body: KeyVaultInfo, options?: DataProductsRotateKeyOptionalParams): Promise<void>

Parameter

resourceGroupName

string

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

dataProductName

string

Name der Datenproduktressource

body
KeyVaultInfo

Der Inhalt der Aktionsanforderung

options
DataProductsRotateKeyOptionalParams

Die Optionsparameter.

Gibt zurück

Promise<void>