次の方法で共有


IServiceEndpointPoliciesOperations インターフェイス

定義

ServiceEndpointPoliciesOperations 操作。

public interface IServiceEndpointPoliciesOperations
type IServiceEndpointPoliciesOperations = interface
Public Interface IServiceEndpointPoliciesOperations

メソッド

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

サービス エンドポイント ポリシーを作成または更新します。

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

指定したサービス エンドポイント ポリシーを削除します。

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

サービス エンドポイント ポリシーを作成または更新します。

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

指定したサービス エンドポイント ポリシーを削除します。

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

指定したリソース グループ内の指定されたサービス エンドポイント ポリシーを取得します。

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

リソース グループ内のすべてのサービス エンドポイント ポリシーを取得します。

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

リソース グループ内のすべてのサービス エンドポイント ポリシーを取得します。

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

サブスクリプション内のすべてのサービス エンドポイント ポリシーを取得します。

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

サブスクリプション内のすべてのサービス エンドポイント ポリシーを取得します。

UpdateTagsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

サービス エンドポイント ポリシーのタグを更新します。

拡張メソッド

BeginCreateOrUpdate(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicy)

サービス エンドポイント ポリシーを作成または更新します。

BeginCreateOrUpdateAsync(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicy, CancellationToken)

サービス エンドポイント ポリシーを作成または更新します。

BeginDelete(IServiceEndpointPoliciesOperations, String, String)

指定したサービス エンドポイント ポリシーを削除します。

BeginDeleteAsync(IServiceEndpointPoliciesOperations, String, String, CancellationToken)

指定したサービス エンドポイント ポリシーを削除します。

CreateOrUpdate(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicy)

サービス エンドポイント ポリシーを作成または更新します。

CreateOrUpdateAsync(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicy, CancellationToken)

サービス エンドポイント ポリシーを作成または更新します。

Delete(IServiceEndpointPoliciesOperations, String, String)

指定したサービス エンドポイント ポリシーを削除します。

DeleteAsync(IServiceEndpointPoliciesOperations, String, String, CancellationToken)

指定したサービス エンドポイント ポリシーを削除します。

Get(IServiceEndpointPoliciesOperations, String, String, String)

指定したリソース グループ内の指定されたサービス エンドポイント ポリシーを取得します。

GetAsync(IServiceEndpointPoliciesOperations, String, String, String, CancellationToken)

指定したリソース グループ内の指定されたサービス エンドポイント ポリシーを取得します。

List(IServiceEndpointPoliciesOperations)

サブスクリプション内のすべてのサービス エンドポイント ポリシーを取得します。

ListAsync(IServiceEndpointPoliciesOperations, CancellationToken)

サブスクリプション内のすべてのサービス エンドポイント ポリシーを取得します。

ListByResourceGroup(IServiceEndpointPoliciesOperations, String)

リソース グループ内のすべてのサービス エンドポイント ポリシーを取得します。

ListByResourceGroupAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

リソース グループ内のすべてのサービス エンドポイント ポリシーを取得します。

ListByResourceGroupNext(IServiceEndpointPoliciesOperations, String)

リソース グループ内のすべてのサービス エンドポイント ポリシーを取得します。

ListByResourceGroupNextAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

リソース グループ内のすべてのサービス エンドポイント ポリシーを取得します。

ListNext(IServiceEndpointPoliciesOperations, String)

サブスクリプション内のすべてのサービス エンドポイント ポリシーを取得します。

ListNextAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

サブスクリプション内のすべてのサービス エンドポイント ポリシーを取得します。

UpdateTags(IServiceEndpointPoliciesOperations, String, String, TagsObject)

サービス エンドポイント ポリシーのタグを更新します。

UpdateTagsAsync(IServiceEndpointPoliciesOperations, String, String, TagsObject, CancellationToken)

サービス エンドポイント ポリシーのタグを更新します。

適用対象