次の方法で共有


IServiceEndpointPoliciesOperations インターフェイス

定義

ServiceEndpointPoliciesOperations 操作。

public interface IServiceEndpointPoliciesOperations
type IServiceEndpointPoliciesOperations = interface
Public Interface IServiceEndpointPoliciesOperations

メソッド

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

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

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

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

CreateOrUpdateWithHttpMessagesAsync(String, String, ServiceEndpointPolicyInner, 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, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

BeginCreateOrUpdateAsync(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicyInner, CancellationToken)

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

BeginDeleteAsync(IServiceEndpointPoliciesOperations, String, String, CancellationToken)

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

CreateOrUpdateAsync(IServiceEndpointPoliciesOperations, String, String, ServiceEndpointPolicyInner, CancellationToken)

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

DeleteAsync(IServiceEndpointPoliciesOperations, String, String, CancellationToken)

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

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

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

ListAsync(IServiceEndpointPoliciesOperations, CancellationToken)

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

ListByResourceGroupAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

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

ListByResourceGroupNextAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

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

ListNextAsync(IServiceEndpointPoliciesOperations, String, CancellationToken)

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

UpdateTagsAsync(IServiceEndpointPoliciesOperations, String, String, IDictionary<String,String>, CancellationToken)

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

適用対象