Udostępnij za pośrednictwem


OrganizationOperations interface

Interfejs reprezentujący operacje organizacyjne.

Właściwości

beginCreate
beginCreateAndWait
beginDelete
beginDeleteAndWait
create

Tworzenie zasobu organizacji

createAPIKey

Tworzy klucz interfejsu API dla identyfikatora klastra rejestru schematu lub identyfikatora klastra platformy Kafka w środowisku

delete
deleteClusterAPIKey

Usuwa klucz interfejsu API klastra rejestru platformy Kafka lub schematu

get

Pobierz właściwości określonego zasobu organizacji.

getClusterAPIKey

Uzyskiwanie szczegółowych informacji o kluczu interfejsu API klastra rejestru platformy Kafka lub schematu

getClusterById

Pobieranie klastra według identyfikatora

getEnvironmentById

Pobieranie szczegółów środowiska według identyfikatora środowiska

getSchemaRegistryClusterById

Pobieranie klastra rejestru schematu według identyfikatora

listByResourceGroup

Wyświetl listę wszystkich organizacji w ramach określonej grupy zasobów.

listBySubscription

Wyświetl listę wszystkich organizacji w ramach określonej subskrypcji.

listClusters

Listy wszystkich klastrów w środowisku

listEnvironments

Listy wszystkich środowisk w organizacji

listRegions

Regiony dostawcy usług w chmurze dostępne do tworzenia klastrów rejestru schematów.

listSchemaRegistryClusters

Pobieranie klastrów rejestru schematów

update

Aktualizowanie zasobu organizacji

Szczegóły właściwości

beginCreate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use create instead

beginCreate: (resourceGroupName: string, organizationName: string, options?: OrganizationCreateOptionalParams) => Promise<SimplePollerLike<OperationState<OrganizationResource>, OrganizationResource>>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationCreateOptionalParams) => Promise<SimplePollerLike<OperationState<OrganizationResource>, OrganizationResource>>

beginCreateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use create instead

beginCreateAndWait: (resourceGroupName: string, organizationName: string, options?: OrganizationCreateOptionalParams) => Promise<OrganizationResource>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationCreateOptionalParams) => Promise<OrganizationResource>

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDelete: (resourceGroupName: string, organizationName: string, options?: OrganizationDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, organizationName: string, options?: OrganizationDeleteOptionalParams) => Promise<void>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationDeleteOptionalParams) => Promise<void>

create

Tworzenie zasobu organizacji

create: (resourceGroupName: string, organizationName: string, options?: OrganizationCreateOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationCreateOptionalParams) => PollerLike<OperationState<OrganizationResource>, OrganizationResource>

createAPIKey

Tworzy klucz interfejsu API dla identyfikatora klastra rejestru schematu lub identyfikatora klastra platformy Kafka w środowisku

createAPIKey: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, body: CreateAPIKeyModel, options?: OrganizationCreateAPIKeyOptionalParams) => Promise<APIKeyRecord>

Wartość właściwości

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, body: CreateAPIKeyModel, options?: OrganizationCreateAPIKeyOptionalParams) => Promise<APIKeyRecord>

delete

delete: (resourceGroupName: string, organizationName: string, options?: OrganizationDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationDeleteOptionalParams) => PollerLike<OperationState<void>, void>

deleteClusterAPIKey

Usuwa klucz interfejsu API klastra rejestru platformy Kafka lub schematu

deleteClusterAPIKey: (resourceGroupName: string, organizationName: string, apiKeyId: string, options?: OrganizationDeleteClusterAPIKeyOptionalParams) => Promise<void>

Wartość właściwości

(resourceGroupName: string, organizationName: string, apiKeyId: string, options?: OrganizationDeleteClusterAPIKeyOptionalParams) => Promise<void>

get

Pobierz właściwości określonego zasobu organizacji.

get: (resourceGroupName: string, organizationName: string, options?: OrganizationGetOptionalParams) => Promise<OrganizationResource>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationGetOptionalParams) => Promise<OrganizationResource>

getClusterAPIKey

Uzyskiwanie szczegółowych informacji o kluczu interfejsu API klastra rejestru platformy Kafka lub schematu

getClusterAPIKey: (resourceGroupName: string, organizationName: string, apiKeyId: string, options?: OrganizationGetClusterAPIKeyOptionalParams) => Promise<APIKeyRecord>

Wartość właściwości

(resourceGroupName: string, organizationName: string, apiKeyId: string, options?: OrganizationGetClusterAPIKeyOptionalParams) => Promise<APIKeyRecord>

getClusterById

Pobieranie klastra według identyfikatora

getClusterById: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, options?: OrganizationGetClusterByIdOptionalParams) => Promise<SCClusterRecord>

Wartość właściwości

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, options?: OrganizationGetClusterByIdOptionalParams) => Promise<SCClusterRecord>

getEnvironmentById

Pobieranie szczegółów środowiska według identyfikatora środowiska

getEnvironmentById: (resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationGetEnvironmentByIdOptionalParams) => Promise<SCEnvironmentRecord>

Wartość właściwości

(resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationGetEnvironmentByIdOptionalParams) => Promise<SCEnvironmentRecord>

getSchemaRegistryClusterById

Pobieranie klastra rejestru schematu według identyfikatora

getSchemaRegistryClusterById: (resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, options?: OrganizationGetSchemaRegistryClusterByIdOptionalParams) => Promise<SchemaRegistryClusterRecord>

Wartość właściwości

(resourceGroupName: string, organizationName: string, environmentId: string, clusterId: string, options?: OrganizationGetSchemaRegistryClusterByIdOptionalParams) => Promise<SchemaRegistryClusterRecord>

listByResourceGroup

Wyświetl listę wszystkich organizacji w ramach określonej grupy zasobów.

listByResourceGroup: (resourceGroupName: string, options?: OrganizationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>

Wartość właściwości

(resourceGroupName: string, options?: OrganizationListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>

listBySubscription

Wyświetl listę wszystkich organizacji w ramach określonej subskrypcji.

listBySubscription: (options?: OrganizationListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>

Wartość właściwości

(options?: OrganizationListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<OrganizationResource, OrganizationResource[], PageSettings>

listClusters

Listy wszystkich klastrów w środowisku

listClusters: (resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationListClustersOptionalParams) => PagedAsyncIterableIterator<SCClusterRecord, SCClusterRecord[], PageSettings>

Wartość właściwości

(resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationListClustersOptionalParams) => PagedAsyncIterableIterator<SCClusterRecord, SCClusterRecord[], PageSettings>

listEnvironments

Listy wszystkich środowisk w organizacji

listEnvironments: (resourceGroupName: string, organizationName: string, options?: OrganizationListEnvironmentsOptionalParams) => PagedAsyncIterableIterator<SCEnvironmentRecord, SCEnvironmentRecord[], PageSettings>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationListEnvironmentsOptionalParams) => PagedAsyncIterableIterator<SCEnvironmentRecord, SCEnvironmentRecord[], PageSettings>

listRegions

Regiony dostawcy usług w chmurze dostępne do tworzenia klastrów rejestru schematów.

listRegions: (resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: OrganizationListRegionsOptionalParams) => Promise<ListRegionsSuccessResponse>

Wartość właściwości

(resourceGroupName: string, organizationName: string, body: ListAccessRequestModel, options?: OrganizationListRegionsOptionalParams) => Promise<ListRegionsSuccessResponse>

listSchemaRegistryClusters

Pobieranie klastrów rejestru schematów

listSchemaRegistryClusters: (resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationListSchemaRegistryClustersOptionalParams) => PagedAsyncIterableIterator<SchemaRegistryClusterRecord, SchemaRegistryClusterRecord[], PageSettings>

Wartość właściwości

(resourceGroupName: string, organizationName: string, environmentId: string, options?: OrganizationListSchemaRegistryClustersOptionalParams) => PagedAsyncIterableIterator<SchemaRegistryClusterRecord, SchemaRegistryClusterRecord[], PageSettings>

update

Aktualizowanie zasobu organizacji

update: (resourceGroupName: string, organizationName: string, options?: OrganizationUpdateOptionalParams) => Promise<OrganizationResource>

Wartość właściwości

(resourceGroupName: string, organizationName: string, options?: OrganizationUpdateOptionalParams) => Promise<OrganizationResource>