次の方法で共有


IPrivateLinkScopesOperations インターフェイス

定義

PrivateLinkScopesOperations 操作。

public interface IPrivateLinkScopesOperations
type IPrivateLinkScopesOperations = interface
Public Interface IPrivateLinkScopesOperations

メソッド

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

Azure Monitor PrivateLinkScope を削除します。

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

Azure Monitor PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

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

Azure Monitor PrivateLinkScope を削除します。

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

Azure Monitor PrivateLinkScope を返します。

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

リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。

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

リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。

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

サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。

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

サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。

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

既存の PrivateLinkScope のタグを更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

拡張メソッド

BeginDelete(IPrivateLinkScopesOperations, String, String)

Azure Monitor PrivateLinkScope を削除します。

BeginDeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Azure Monitor PrivateLinkScope を削除します。

CreateOrUpdate(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope)

Azure Monitor PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

CreateOrUpdateAsync(IPrivateLinkScopesOperations, String, String, AzureMonitorPrivateLinkScope, CancellationToken)

Azure Monitor PrivateLinkScope を作成 (または更新) します。 注: Put 操作で InstrumentationKey と AppId に別の値を指定することはできません。

Delete(IPrivateLinkScopesOperations, String, String)

Azure Monitor PrivateLinkScope を削除します。

DeleteAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Azure Monitor PrivateLinkScope を削除します。

Get(IPrivateLinkScopesOperations, String, String)

Azure Monitor PrivateLinkScope を返します。

GetAsync(IPrivateLinkScopesOperations, String, String, CancellationToken)

Azure Monitor PrivateLinkScope を返します。

List(IPrivateLinkScopesOperations)

サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。

ListAsync(IPrivateLinkScopesOperations, CancellationToken)

サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。

ListByResourceGroup(IPrivateLinkScopesOperations, String)

リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。

ListByResourceGroupAsync(IPrivateLinkScopesOperations, String, CancellationToken)

リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。

ListByResourceGroupNext(IPrivateLinkScopesOperations, String)

リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。

ListByResourceGroupNextAsync(IPrivateLinkScopesOperations, String, CancellationToken)

リソース グループ内の Azure Monitor PrivateLinkScopes の一覧を取得します。

ListNext(IPrivateLinkScopesOperations, String)

サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。

ListNextAsync(IPrivateLinkScopesOperations, String, CancellationToken)

サブスクリプション内のすべての Azure Monitor PrivateLinkScopes の一覧を取得します。

UpdateTags(IPrivateLinkScopesOperations, String, String, IDictionary<String,String>)

既存の PrivateLinkScope のタグを更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

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

既存の PrivateLinkScope のタグを更新します。 他のフィールドを更新するには、CreateOrUpdate メソッドを使用します。

適用対象