次の方法で共有


CustomDomainsOperationsExtensions.DisableCustomHttps メソッド

定義

カスタム ドメインの https 配信を無効にします。

public static Microsoft.Azure.Management.Cdn.Models.CustomDomain DisableCustomHttps(this Microsoft.Azure.Management.Cdn.ICustomDomainsOperations operations, string resourceGroupName, string profileName, string endpointName, string customDomainName);
static member DisableCustomHttps : Microsoft.Azure.Management.Cdn.ICustomDomainsOperations * string * string * string * string -> Microsoft.Azure.Management.Cdn.Models.CustomDomain
<Extension()>
Public Function DisableCustomHttps (operations As ICustomDomainsOperations, resourceGroupName As String, profileName As String, endpointName As String, customDomainName As String) As CustomDomain

パラメーター

operations
ICustomDomainsOperations

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

resourceGroupName
String

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

profileName
String

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

endpointName
String

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

customDomainName
String

エンドポイント内のカスタム ドメインの名前。

戻り値

適用対象