次の方法で共有


DataCollectionEndpointsOperationsExtensions.CreateAsync メソッド

定義

データ収集エンドポイントを作成または更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource> CreateAsync(this Microsoft.Azure.Management.Monitor.IDataCollectionEndpointsOperations operations, string resourceGroupName, string dataCollectionEndpointName, Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource body = default, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.Management.Monitor.IDataCollectionEndpointsOperations * string * string * Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointResource>
<Extension()>
Public Function CreateAsync (operations As IDataCollectionEndpointsOperations, resourceGroupName As String, dataCollectionEndpointName As String, Optional body As DataCollectionEndpointResource = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DataCollectionEndpointResource)

パラメーター

operations
IDataCollectionEndpointsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

dataCollectionEndpointName
String

データ収集エンドポイントの名前。 名前の大文字と小文字は区別されます。

body
DataCollectionEndpointResource

ペイロード

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象