次の方法で共有


EndpointsOperationsExtensions.Update メソッド

定義

指定したサブスクリプション、リソース グループ、およびプロファイルの下に、指定したエンドポイント名を持つ既存の CDN エンドポイントを更新します。 エンドポイントの作成後に更新できるのはタグのみです。 配信元を更新するには、配信元の更新操作を使用します。 配信元グループを更新するには、配信元グループの更新操作を使用します。 カスタム ドメインを更新するには、Update Custom Domain 操作を使用します。

public static Microsoft.Azure.Management.Cdn.Models.Endpoint Update (this Microsoft.Azure.Management.Cdn.IEndpointsOperations operations, string resourceGroupName, string profileName, string endpointName, Microsoft.Azure.Management.Cdn.Models.EndpointUpdateParameters endpointUpdateProperties);
static member Update : Microsoft.Azure.Management.Cdn.IEndpointsOperations * string * string * string * Microsoft.Azure.Management.Cdn.Models.EndpointUpdateParameters -> Microsoft.Azure.Management.Cdn.Models.Endpoint
<Extension()>
Public Function Update (operations As IEndpointsOperations, resourceGroupName As String, profileName As String, endpointName As String, endpointUpdateProperties As EndpointUpdateParameters) As Endpoint

パラメーター

operations
IEndpointsOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

profileName
String

リソース グループ内で一意の CDN プロファイルの名前。

endpointName
String

グローバルに一意であるプロファイルの下のエンドポイントの名前。

endpointUpdateProperties
EndpointUpdateParameters

エンドポイントの更新プロパティ

戻り値

適用対象