Organizations interface
Interface die een organisatie vertegenwoordigt.
Methoden
Methodedetails
beginCreateOrUpdate(string, string, InformaticaOrganizationResource, OrganizationsCreateOrUpdateOptionalParams)
Een InformaticaOrganizationResource maken
function beginCreateOrUpdate(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<InformaticaOrganizationResource>, InformaticaOrganizationResource>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- organizationName
-
string
Naam van de organisatieresource
- resource
- InformaticaOrganizationResource
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<InformaticaOrganizationResource>, InformaticaOrganizationResource>>
beginCreateOrUpdateAndWait(string, string, InformaticaOrganizationResource, OrganizationsCreateOrUpdateOptionalParams)
Een InformaticaOrganizationResource maken
function beginCreateOrUpdateAndWait(resourceGroupName: string, organizationName: string, resource: InformaticaOrganizationResource, options?: OrganizationsCreateOrUpdateOptionalParams): Promise<InformaticaOrganizationResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- organizationName
-
string
Naam van de organisatieresource
- resource
- InformaticaOrganizationResource
Parameters voor het maken van resources.
De optiesparameters.
Retouren
Promise<InformaticaOrganizationResource>
beginDelete(string, string, OrganizationsDeleteOptionalParams)
Een InformaticaOrganizationResource verwijderen
function beginDelete(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OrganizationsDeleteHeaders>, OrganizationsDeleteHeaders>>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- organizationName
-
string
Naam van de organisatieresource
De optiesparameters.
Retouren
Promise<@azure/core-lro.SimplePollerLike<OperationState<OrganizationsDeleteHeaders>, OrganizationsDeleteHeaders>>
beginDeleteAndWait(string, string, OrganizationsDeleteOptionalParams)
Een InformaticaOrganizationResource verwijderen
function beginDeleteAndWait(resourceGroupName: string, organizationName: string, options?: OrganizationsDeleteOptionalParams): Promise<OrganizationsDeleteHeaders>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- organizationName
-
string
Naam van de organisatieresource
De optiesparameters.
Retouren
Promise<OrganizationsDeleteHeaders>
get(string, string, OrganizationsGetOptionalParams)
Een InformaticaOrganizationResource ophalen
function get(resourceGroupName: string, organizationName: string, options?: OrganizationsGetOptionalParams): Promise<InformaticaOrganizationResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- organizationName
-
string
Naam van de organisatieresource
- options
- OrganizationsGetOptionalParams
De optiesparameters.
Retouren
Promise<InformaticaOrganizationResource>
getAllServerlessRuntimes(string, string, OrganizationsGetAllServerlessRuntimesOptionalParams)
Haalt alle serverloze runtimeresources op in een bepaalde informatica-organisatieresource.
function getAllServerlessRuntimes(resourceGroupName: string, organizationName: string, options?: OrganizationsGetAllServerlessRuntimesOptionalParams): Promise<InformaticaServerlessRuntimeResourceList>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- organizationName
-
string
Naam van de organisatieresource
De optiesparameters.
Retouren
getServerlessMetadata(string, string, OrganizationsGetServerlessMetadataOptionalParams)
Hiermee haalt u metagegevens op van de serverloze runtime-omgeving.
function getServerlessMetadata(resourceGroupName: string, organizationName: string, options?: OrganizationsGetServerlessMetadataOptionalParams): Promise<ServerlessMetadataResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- organizationName
-
string
Naam van de organisatieresource
De optiesparameters.
Retouren
Promise<ServerlessMetadataResponse>
listByResourceGroup(string, OrganizationsListByResourceGroupOptionalParams)
Lijst InformaticaOrganizationResource-resources per resourcegroep
function listByResourceGroup(resourceGroupName: string, options?: OrganizationsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource, InformaticaOrganizationResource[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
De optiesparameters.
Retouren
listBySubscription(OrganizationsListBySubscriptionOptionalParams)
Resources van InformaticaOrganizationResource weergeven op abonnements-id
function listBySubscription(options?: OrganizationsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<InformaticaOrganizationResource, InformaticaOrganizationResource[], PageSettings>
Parameters
De optiesparameters.
Retouren
update(string, string, InformaticaOrganizationResourceUpdate, OrganizationsUpdateOptionalParams)
Een InformaticaOrganizationResource bijwerken
function update(resourceGroupName: string, organizationName: string, properties: InformaticaOrganizationResourceUpdate, options?: OrganizationsUpdateOptionalParams): Promise<InformaticaOrganizationResource>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- organizationName
-
string
Naam van de organisatieresource
- properties
- InformaticaOrganizationResourceUpdate
De resource-eigenschappen die moeten worden bijgewerkt.
De optiesparameters.
Retouren
Promise<InformaticaOrganizationResource>