Sdílet prostřednictvím


GlobalSchema interface

Rozhraní představující GlobalSchema.

Metody

beginCreateOrUpdate(string, string, string, GlobalSchemaContract, GlobalSchemaCreateOrUpdateOptionalParams)

Vytvoří nové nebo aktualizuje existující zadané schéma instance služby Gestione API.

beginCreateOrUpdateAndWait(string, string, string, GlobalSchemaContract, GlobalSchemaCreateOrUpdateOptionalParams)

Vytvoří nové nebo aktualizuje existující zadané schéma instance služby Gestione API.

delete(string, string, string, string, GlobalSchemaDeleteOptionalParams)

Odstraní konkrétní schéma.

get(string, string, string, GlobalSchemaGetOptionalParams)

Získá podrobnosti schématu určeného jeho identifikátorem.

getEntityTag(string, string, string, GlobalSchemaGetEntityTagOptionalParams)

Získá stav entity (Etag) verze schématu určeného jeho identifikátorem.

listByService(string, string, GlobalSchemaListByServiceOptionalParams)

Vypíše kolekci schémat zaregistrovaných v instanci služby.

Podrobnosti metody

beginCreateOrUpdate(string, string, string, GlobalSchemaContract, GlobalSchemaCreateOrUpdateOptionalParams)

Vytvoří nové nebo aktualizuje existující zadané schéma instance služby Gestione API.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, schemaId: string, parameters: GlobalSchemaContract, options?: GlobalSchemaCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GlobalSchemaCreateOrUpdateResponse>, GlobalSchemaCreateOrUpdateResponse>>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

schemaId

string

Identifikátor ID schématu. V aktuální instanci služby Gestione API musí být jedinečná.

parameters
GlobalSchemaContract

Vytvoření nebo aktualizace parametrů

options
GlobalSchemaCreateOrUpdateOptionalParams

Parametry možností

Návraty

beginCreateOrUpdateAndWait(string, string, string, GlobalSchemaContract, GlobalSchemaCreateOrUpdateOptionalParams)

Vytvoří nové nebo aktualizuje existující zadané schéma instance služby Gestione API.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, schemaId: string, parameters: GlobalSchemaContract, options?: GlobalSchemaCreateOrUpdateOptionalParams): Promise<GlobalSchemaCreateOrUpdateResponse>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

schemaId

string

Identifikátor ID schématu. V aktuální instanci služby Gestione API musí být jedinečná.

parameters
GlobalSchemaContract

Vytvoření nebo aktualizace parametrů

options
GlobalSchemaCreateOrUpdateOptionalParams

Parametry možností

Návraty

delete(string, string, string, string, GlobalSchemaDeleteOptionalParams)

Odstraní konkrétní schéma.

function delete(resourceGroupName: string, serviceName: string, schemaId: string, ifMatch: string, options?: GlobalSchemaDeleteOptionalParams): Promise<void>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

schemaId

string

Identifikátor ID schématu. V aktuální instanci služby Gestione API musí být jedinečná.

ifMatch

string

Značka ETag entity. Značka ETag by měla odpovídat aktuálnímu stavu entity z odpovědi hlavičky požadavku GET nebo by měla být * pro bezpodmínečnou aktualizaci.

options
GlobalSchemaDeleteOptionalParams

Parametry možností

Návraty

Promise<void>

get(string, string, string, GlobalSchemaGetOptionalParams)

Získá podrobnosti schématu určeného jeho identifikátorem.

function get(resourceGroupName: string, serviceName: string, schemaId: string, options?: GlobalSchemaGetOptionalParams): Promise<GlobalSchemaGetResponse>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

schemaId

string

Identifikátor ID schématu. V aktuální instanci služby Gestione API musí být jedinečná.

options
GlobalSchemaGetOptionalParams

Parametry možností

Návraty

getEntityTag(string, string, string, GlobalSchemaGetEntityTagOptionalParams)

Získá stav entity (Etag) verze schématu určeného jeho identifikátorem.

function getEntityTag(resourceGroupName: string, serviceName: string, schemaId: string, options?: GlobalSchemaGetEntityTagOptionalParams): Promise<GlobalSchemaGetEntityTagHeaders>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

schemaId

string

Identifikátor ID schématu. V aktuální instanci služby Gestione API musí být jedinečná.

options
GlobalSchemaGetEntityTagOptionalParams

Parametry možností

Návraty

listByService(string, string, GlobalSchemaListByServiceOptionalParams)

Vypíše kolekci schémat zaregistrovaných v instanci služby.

function listByService(resourceGroupName: string, serviceName: string, options?: GlobalSchemaListByServiceOptionalParams): PagedAsyncIterableIterator<GlobalSchemaContract, GlobalSchemaContract[], PageSettings>

Parametry

resourceGroupName

string

Název skupiny prostředků. V názvu se rozlišují malá a velká písmena.

serviceName

string

Název služby Gestione API.

options
GlobalSchemaListByServiceOptionalParams

Parametry možností

Návraty