次の方法で共有


IAppsOperations インターフェイス

定義

AppsOperations 操作。

public interface IAppsOperations
type IAppsOperations = interface
Public Interface IAppsOperations

メソッド

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, AppResource, Dictionary<String,List<String>>, CancellationToken)

新しいアプリを作成するか、終了しているアプリを更新します。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

アプリを削除する操作。

BeginUpdateWithHttpMessagesAsync(String, String, String, AppResource, Dictionary<String,List<String>>, CancellationToken)

終了しているアプリを更新する操作。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, AppResource, Dictionary<String,List<String>>, CancellationToken)

新しいアプリを作成するか、終了しているアプリを更新します。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

アプリを削除する操作。

GetResourceUploadUrlWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

成果物またはソース アーカイブである可能性があるアプリのリソース アップロード URL を取得します。

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

アプリとそのプロパティを取得します。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

サービス内のすべてのリソースを一覧表示する要求を処理します。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

サービス内のすべてのリソースを一覧表示する要求を処理します。

UpdateWithHttpMessagesAsync(String, String, String, AppResource, Dictionary<String,List<String>>, CancellationToken)

終了しているアプリを更新する操作。

ValidateDomainWithHttpMessagesAsync(String, String, String, CustomDomainValidatePayload, Dictionary<String,List<String>>, CancellationToken)

リソース名が有効であり、使用されていないことを確認します。

拡張メソッド

BeginCreateOrUpdate(IAppsOperations, String, String, String, AppResource)

新しいアプリを作成するか、終了しているアプリを更新します。

BeginCreateOrUpdateAsync(IAppsOperations, String, String, String, AppResource, CancellationToken)

新しいアプリを作成するか、終了しているアプリを更新します。

BeginDelete(IAppsOperations, String, String, String)

アプリを削除する操作。

BeginDeleteAsync(IAppsOperations, String, String, String, CancellationToken)

アプリを削除する操作。

BeginUpdate(IAppsOperations, String, String, String, AppResource)

終了しているアプリを更新する操作。

BeginUpdateAsync(IAppsOperations, String, String, String, AppResource, CancellationToken)

終了しているアプリを更新する操作。

CreateOrUpdate(IAppsOperations, String, String, String, AppResource)

新しいアプリを作成するか、終了しているアプリを更新します。

CreateOrUpdateAsync(IAppsOperations, String, String, String, AppResource, CancellationToken)

新しいアプリを作成するか、終了しているアプリを更新します。

Delete(IAppsOperations, String, String, String)

アプリを削除する操作。

DeleteAsync(IAppsOperations, String, String, String, CancellationToken)

アプリを削除する操作。

Get(IAppsOperations, String, String, String, String)

アプリとそのプロパティを取得します。

GetAsync(IAppsOperations, String, String, String, String, CancellationToken)

アプリとそのプロパティを取得します。

GetResourceUploadUrl(IAppsOperations, String, String, String)

成果物またはソース アーカイブである可能性があるアプリのリソース アップロード URL を取得します。

GetResourceUploadUrlAsync(IAppsOperations, String, String, String, CancellationToken)

成果物またはソース アーカイブである可能性があるアプリのリソース アップロード URL を取得します。

List(IAppsOperations, String, String)

サービス内のすべてのリソースを一覧表示する要求を処理します。

ListAsync(IAppsOperations, String, String, CancellationToken)

サービス内のすべてのリソースを一覧表示する要求を処理します。

ListNext(IAppsOperations, String)

サービス内のすべてのリソースを一覧表示する要求を処理します。

ListNextAsync(IAppsOperations, String, CancellationToken)

サービス内のすべてのリソースを一覧表示する要求を処理します。

Update(IAppsOperations, String, String, String, AppResource)

終了しているアプリを更新する操作。

UpdateAsync(IAppsOperations, String, String, String, AppResource, CancellationToken)

終了しているアプリを更新する操作。

ValidateDomain(IAppsOperations, String, String, String, CustomDomainValidatePayload)

リソース名が有効であり、使用されていないことを確認します。

ValidateDomainAsync(IAppsOperations, String, String, String, CustomDomainValidatePayload, CancellationToken)

リソース名が有効であり、使用されていないことを確認します。

適用対象