次の方法で共有


IIotDpsResourceOperations インターフェイス

定義

IotDpsResourceOperations 操作。

public interface IIotDpsResourceOperations
type IIotDpsResourceOperations = interface
Public Interface IIotDpsResourceOperations

メソッド

BeginCreateOrUpdatePrivateEndpointConnectionWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionProperties, Dictionary<String, List<String>>, CancellationToken)

プライベート エンドポイント接続を作成または更新する

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

プロビジョニング サービスのメタデータを作成または更新します。

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

プライベート エンドポイント接続を削除します

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

プロビジョニング サービスを削除する

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

既存のプロビジョニング サービスのタグを更新します。

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

プロビジョニング サービス名が使用可能かどうかを確認します。

CreateOrUpdatePrivateEndpointConnectionWithHttpMessagesAsync(String, String, String, PrivateEndpointConnectionProperties, Dictionary<String, List<String>>, CancellationToken)

プライベート エンドポイント接続を作成または更新する

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

プロビジョニング サービスのメタデータを作成または更新します。

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

プライベート エンドポイント接続を削除します

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

プロビジョニング サービスを削除する

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

プロビジョニング サービスの作成、更新、削除など、実行時間の長い操作の状態を取得します。

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

プライベート エンドポイント接続を取得します

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

指定したプライベート リンク リソースを取得する

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

プロビジョニング サービスのセキュリティ関連以外のメタデータを取得します。

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

指定されたリソース グループ内のすべてのプロビジョニング サービスの一覧を取得します。

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

指定されたリソース グループ内のすべてのプロビジョニング サービスの一覧を取得します。

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

サブスクリプション内のすべてのプロビジョニング サービスを取得します。

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

サブスクリプション内のすべてのプロビジョニング サービスを取得します。

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

プロビジョニング サービスから名前で共有アクセス ポリシーを取得します。

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

プロビジョニング サービスのセキュリティ メタデータを取得します。

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

プロビジョニング サービスのセキュリティ メタデータを取得します。

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

プライベート エンドポイント接続を一覧表示する

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

プライベート リンク リソースを一覧表示する

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

プロビジョニング サービスの有効な SKU の一覧を取得します。

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

プロビジョニング サービスの有効な SKU の一覧を取得します。

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

既存のプロビジョニング サービスのタグを更新します。

拡張メソッド

BeginCreateOrUpdate(IIotDpsResourceOperations, String, String, ProvisioningServiceDescription)

プロビジョニング サービスのメタデータを作成または更新します。

BeginCreateOrUpdateAsync(IIotDpsResourceOperations, String, String, ProvisioningServiceDescription, CancellationToken)

プロビジョニング サービスのメタデータを作成または更新します。

BeginCreateOrUpdatePrivateEndpointConnection(IIotDpsResourceOperations, String, String, String, PrivateEndpointConnectionProperties)

プライベート エンドポイント接続を作成または更新する

BeginCreateOrUpdatePrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, PrivateEndpointConnectionProperties, CancellationToken)

プライベート エンドポイント接続を作成または更新する

BeginDelete(IIotDpsResourceOperations, String, String)

プロビジョニング サービスを削除する

BeginDeleteAsync(IIotDpsResourceOperations, String, String, CancellationToken)

プロビジョニング サービスを削除する

BeginDeletePrivateEndpointConnection(IIotDpsResourceOperations, String, String, String)

プライベート エンドポイント接続を削除します

BeginDeletePrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

プライベート エンドポイント接続を削除します

BeginUpdate(IIotDpsResourceOperations, String, String, IDictionary<String,String>)

既存のプロビジョニング サービスのタグを更新します。

BeginUpdateAsync(IIotDpsResourceOperations, String, String, IDictionary<String,String>, CancellationToken)

既存のプロビジョニング サービスのタグを更新します。

CheckProvisioningServiceNameAvailability(IIotDpsResourceOperations, String)

プロビジョニング サービス名が使用可能かどうかを確認します。

CheckProvisioningServiceNameAvailabilityAsync(IIotDpsResourceOperations, String, CancellationToken)

プロビジョニング サービス名が使用可能かどうかを確認します。

CreateOrUpdate(IIotDpsResourceOperations, String, String, ProvisioningServiceDescription)

プロビジョニング サービスのメタデータを作成または更新します。

CreateOrUpdateAsync(IIotDpsResourceOperations, String, String, ProvisioningServiceDescription, CancellationToken)

プロビジョニング サービスのメタデータを作成または更新します。

CreateOrUpdatePrivateEndpointConnection(IIotDpsResourceOperations, String, String, String, PrivateEndpointConnectionProperties)

プライベート エンドポイント接続を作成または更新する

CreateOrUpdatePrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, PrivateEndpointConnectionProperties, CancellationToken)

プライベート エンドポイント接続を作成または更新する

Delete(IIotDpsResourceOperations, String, String)

プロビジョニング サービスを削除する

DeleteAsync(IIotDpsResourceOperations, String, String, CancellationToken)

プロビジョニング サービスを削除する

DeletePrivateEndpointConnection(IIotDpsResourceOperations, String, String, String)

プライベート エンドポイント接続を削除します

DeletePrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

プライベート エンドポイント接続を削除します

Get(IIotDpsResourceOperations, String, String)

プロビジョニング サービスのセキュリティ関連以外のメタデータを取得します。

GetAsync(IIotDpsResourceOperations, String, String, CancellationToken)

プロビジョニング サービスのセキュリティ関連以外のメタデータを取得します。

GetOperationResult(IIotDpsResourceOperations, String, String, String, String)

プロビジョニング サービスの作成、更新、削除など、実行時間の長い操作の状態を取得します。

GetOperationResultAsync(IIotDpsResourceOperations, String, String, String, String, CancellationToken)

プロビジョニング サービスの作成、更新、削除など、実行時間の長い操作の状態を取得します。

GetPrivateEndpointConnection(IIotDpsResourceOperations, String, String, String)

プライベート エンドポイント接続を取得します

GetPrivateEndpointConnectionAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

プライベート エンドポイント接続を取得します

GetPrivateLinkResources(IIotDpsResourceOperations, String, String, String)

指定したプライベート リンク リソースを取得する

GetPrivateLinkResourcesAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

指定したプライベート リンク リソースを取得する

ListByResourceGroup(IIotDpsResourceOperations, String)

指定されたリソース グループ内のすべてのプロビジョニング サービスの一覧を取得します。

ListByResourceGroupAsync(IIotDpsResourceOperations, String, CancellationToken)

指定されたリソース グループ内のすべてのプロビジョニング サービスの一覧を取得します。

ListByResourceGroupNext(IIotDpsResourceOperations, String)

指定されたリソース グループ内のすべてのプロビジョニング サービスの一覧を取得します。

ListByResourceGroupNextAsync(IIotDpsResourceOperations, String, CancellationToken)

指定されたリソース グループ内のすべてのプロビジョニング サービスの一覧を取得します。

ListBySubscription(IIotDpsResourceOperations)

サブスクリプション内のすべてのプロビジョニング サービスを取得します。

ListBySubscriptionAsync(IIotDpsResourceOperations, CancellationToken)

サブスクリプション内のすべてのプロビジョニング サービスを取得します。

ListBySubscriptionNext(IIotDpsResourceOperations, String)

サブスクリプション内のすべてのプロビジョニング サービスを取得します。

ListBySubscriptionNextAsync(IIotDpsResourceOperations, String, CancellationToken)

サブスクリプション内のすべてのプロビジョニング サービスを取得します。

ListKeys(IIotDpsResourceOperations, String, String)

プロビジョニング サービスのセキュリティ メタデータを取得します。

ListKeysAsync(IIotDpsResourceOperations, String, String, CancellationToken)

プロビジョニング サービスのセキュリティ メタデータを取得します。

ListKeysForKeyName(IIotDpsResourceOperations, String, String, String)

プロビジョニング サービスから名前で共有アクセス ポリシーを取得します。

ListKeysForKeyNameAsync(IIotDpsResourceOperations, String, String, String, CancellationToken)

プロビジョニング サービスから名前で共有アクセス ポリシーを取得します。

ListKeysNext(IIotDpsResourceOperations, String)

プロビジョニング サービスのセキュリティ メタデータを取得します。

ListKeysNextAsync(IIotDpsResourceOperations, String, CancellationToken)

プロビジョニング サービスのセキュリティ メタデータを取得します。

ListPrivateEndpointConnections(IIotDpsResourceOperations, String, String)

プライベート エンドポイント接続を一覧表示する

ListPrivateEndpointConnectionsAsync(IIotDpsResourceOperations, String, String, CancellationToken)

プライベート エンドポイント接続を一覧表示する

ListPrivateLinkResources(IIotDpsResourceOperations, String, String)

プライベート リンク リソースを一覧表示する

ListPrivateLinkResourcesAsync(IIotDpsResourceOperations, String, String, CancellationToken)

プライベート リンク リソースを一覧表示する

ListValidSkus(IIotDpsResourceOperations, String, String)

プロビジョニング サービスの有効な SKU の一覧を取得します。

ListValidSkusAsync(IIotDpsResourceOperations, String, String, CancellationToken)

プロビジョニング サービスの有効な SKU の一覧を取得します。

ListValidSkusNext(IIotDpsResourceOperations, String)

プロビジョニング サービスの有効な SKU の一覧を取得します。

ListValidSkusNextAsync(IIotDpsResourceOperations, String, CancellationToken)

プロビジョニング サービスの有効な SKU の一覧を取得します。

Update(IIotDpsResourceOperations, String, String, IDictionary<String,String>)

既存のプロビジョニング サービスのタグを更新します。

UpdateAsync(IIotDpsResourceOperations, String, String, IDictionary<String,String>, CancellationToken)

既存のプロビジョニング サービスのタグを更新します。

適用対象