Freigeben über


ApplicationTypeVersionsOperations interface

Schnittstelle, die einen ApplicationTypeVersions-Vorgang darstellt.

Eigenschaften

createOrUpdate

Erstellen oder Aktualisieren einer vom Dienst Fabric verwalteten Anwendungstypversionsressource mit dem angegebenen Namen.

delete
get

Rufen Sie eine vom Service Fabric verwaltete Anwendungstypversionsressource ab, die in der Dienst Fabric verwalteten Anwendungstypnameressource erstellt oder erstellt wird.

listByApplicationTypes

Ruft alle Anwendungstypversionsressourcen ab, die in der Dienst Fabric verwalteten Anwendungstypnamensressource erstellt oder erstellt werden.

update

Aktualisiert die Tags einer Anwendungstypversionsressource eines bestimmten verwalteten Clusters.

Details zur Eigenschaft

createOrUpdate

Erstellen oder Aktualisieren einer vom Dienst Fabric verwalteten Anwendungstypversionsressource mit dem angegebenen Namen.

createOrUpdate: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>

Eigenschaftswert

(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionResource, options?: ApplicationTypeVersionsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ApplicationTypeVersionResource>, ApplicationTypeVersionResource>

delete

delete: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Eigenschaftswert

(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Rufen Sie eine vom Service Fabric verwaltete Anwendungstypversionsressource ab, die in der Dienst Fabric verwalteten Anwendungstypnameressource erstellt oder erstellt wird.

get: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsGetOptionalParams) => Promise<ApplicationTypeVersionResource>

Eigenschaftswert

(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, options?: ApplicationTypeVersionsGetOptionalParams) => Promise<ApplicationTypeVersionResource>

listByApplicationTypes

Ruft alle Anwendungstypversionsressourcen ab, die in der Dienst Fabric verwalteten Anwendungstypnamensressource erstellt oder erstellt werden.

listByApplicationTypes: (resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListByApplicationTypesOptionalParams) => PagedAsyncIterableIterator<ApplicationTypeVersionResource, ApplicationTypeVersionResource[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, clusterName: string, applicationTypeName: string, options?: ApplicationTypeVersionsListByApplicationTypesOptionalParams) => PagedAsyncIterableIterator<ApplicationTypeVersionResource, ApplicationTypeVersionResource[], PageSettings>

update

Aktualisiert die Tags einer Anwendungstypversionsressource eines bestimmten verwalteten Clusters.

update: (resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionUpdateParameters, options?: ApplicationTypeVersionsUpdateOptionalParams) => Promise<ApplicationTypeVersionResource>

Eigenschaftswert

(resourceGroupName: string, clusterName: string, applicationTypeName: string, version: string, parameters: ApplicationTypeVersionUpdateParameters, options?: ApplicationTypeVersionsUpdateOptionalParams) => Promise<ApplicationTypeVersionResource>