EndpointDeploymentOperations interface

A EndpointDeployment műveleteket reprezentáló interfész.

Tulajdonságok

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Végponttelepítési erőforrás létrehozása vagy frissítése a megadott paraméterekkel

delete

Végponttelepítési erőforrás törlése név szerint

get

Üzemelő példányok lekérése a végponti erőforrás alatt név szerint

getInWorkspace

Szerezd be az összes telepítést a munkaterület alá.

list

Az összes üzemelő példány lekérése a végpont erőforrás-hatóköre alatt

Tulajdonság adatai

beginCreateOrUpdate

Figyelmeztetés

Ez az API már elavult.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: EndpointDeploymentCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointDeploymentResourcePropertiesBasicResource>, EndpointDeploymentResourcePropertiesBasicResource>>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: EndpointDeploymentCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<EndpointDeploymentResourcePropertiesBasicResource>, EndpointDeploymentResourcePropertiesBasicResource>>

beginCreateOrUpdateAndWait

Figyelmeztetés

Ez az API már elavult.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: EndpointDeploymentCreateOrUpdateOptionalParams) => Promise<EndpointDeploymentResourcePropertiesBasicResource>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: EndpointDeploymentCreateOrUpdateOptionalParams) => Promise<EndpointDeploymentResourcePropertiesBasicResource>

beginDelete

Figyelmeztetés

Ez az API már elavult.

use delete instead

beginDelete: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: EndpointDeploymentDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: EndpointDeploymentDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Figyelmeztetés

Ez az API már elavult.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: EndpointDeploymentDeleteOptionalParams) => Promise<void>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: EndpointDeploymentDeleteOptionalParams) => Promise<void>

createOrUpdate

Végponttelepítési erőforrás létrehozása vagy frissítése a megadott paraméterekkel

createOrUpdate: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: EndpointDeploymentCreateOrUpdateOptionalParams) => PollerLike<OperationState<EndpointDeploymentResourcePropertiesBasicResource>, EndpointDeploymentResourcePropertiesBasicResource>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, body: EndpointDeploymentResourcePropertiesBasicResource, options?: EndpointDeploymentCreateOrUpdateOptionalParams) => PollerLike<OperationState<EndpointDeploymentResourcePropertiesBasicResource>, EndpointDeploymentResourcePropertiesBasicResource>

delete

Végponttelepítési erőforrás törlése név szerint

delete: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: EndpointDeploymentDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: EndpointDeploymentDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Üzemelő példányok lekérése a végponti erőforrás alatt név szerint

get: (resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: EndpointDeploymentGetOptionalParams) => Promise<EndpointDeploymentResourcePropertiesBasicResource>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, endpointName: string, deploymentName: string, options?: EndpointDeploymentGetOptionalParams) => Promise<EndpointDeploymentResourcePropertiesBasicResource>

getInWorkspace

Szerezd be az összes telepítést a munkaterület alá.

getInWorkspace: (resourceGroupName: string, workspaceName: string, options?: EndpointDeploymentGetInWorkspaceOptionalParams) => PagedAsyncIterableIterator<EndpointDeploymentResourcePropertiesBasicResource, EndpointDeploymentResourcePropertiesBasicResource[], PageSettings>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, options?: EndpointDeploymentGetInWorkspaceOptionalParams) => PagedAsyncIterableIterator<EndpointDeploymentResourcePropertiesBasicResource, EndpointDeploymentResourcePropertiesBasicResource[], PageSettings>

list

Az összes üzemelő példány lekérése a végpont erőforrás-hatóköre alatt

list: (resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointDeploymentListOptionalParams) => PagedAsyncIterableIterator<EndpointDeploymentResourcePropertiesBasicResource, EndpointDeploymentResourcePropertiesBasicResource[], PageSettings>

Tulajdonság értéke

(resourceGroupName: string, workspaceName: string, endpointName: string, options?: EndpointDeploymentListOptionalParams) => PagedAsyncIterableIterator<EndpointDeploymentResourcePropertiesBasicResource, EndpointDeploymentResourcePropertiesBasicResource[], PageSettings>