ContainerAppsSourceControlsOperations interface
Gränssnitt som representerar en ContainerAppsSourceControls-operation.
Egenskaper
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Skapa eller uppdatera SourceControl för en containerapp. |
| delete | Ta bort en containerapp SourceControl. |
| get | Hämta en SourceControl för en containerapp. |
| list |
Hämta containerappens SourceControls i en viss resursgrupp. |
Egenskapsinformation
beginCreateOrUpdate
Varning
Det här API:et är nu inaktuellt.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SourceControl>, SourceControl>>
Egenskapsvärde
(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<SourceControl>, SourceControl>>
beginCreateOrUpdateAndWait
Varning
Det här API:et är nu inaktuellt.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => Promise<SourceControl>
Egenskapsvärde
(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => Promise<SourceControl>
beginDelete
Varning
Det här API:et är nu inaktuellt.
use delete instead
beginDelete: (resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Egenskapsvärde
(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Varning
Det här API:et är nu inaktuellt.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => Promise<void>
Egenskapsvärde
(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => Promise<void>
createOrUpdate
Skapa eller uppdatera SourceControl för en containerapp.
createOrUpdate: (resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SourceControl>, SourceControl>
Egenskapsvärde
(resourceGroupName: string, containerAppName: string, sourceControlName: string, sourceControlEnvelope: SourceControl, options?: ContainerAppsSourceControlsCreateOrUpdateOptionalParams) => PollerLike<OperationState<SourceControl>, SourceControl>
delete
Ta bort en containerapp SourceControl.
delete: (resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Egenskapsvärde
(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Hämta en SourceControl för en containerapp.
get: (resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams) => Promise<SourceControl>
Egenskapsvärde
(resourceGroupName: string, containerAppName: string, sourceControlName: string, options?: ContainerAppsSourceControlsGetOptionalParams) => Promise<SourceControl>
listByContainerApp
Hämta containerappens SourceControls i en viss resursgrupp.
listByContainerApp: (resourceGroupName: string, containerAppName: string, options?: ContainerAppsSourceControlsListByContainerAppOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>
Egenskapsvärde
(resourceGroupName: string, containerAppName: string, options?: ContainerAppsSourceControlsListByContainerAppOptionalParams) => PagedAsyncIterableIterator<SourceControl, SourceControl[], PageSettings>