次の方法で共有


IHostNameBinding インターフェイス

定義

ホスト名バインドの変更できない表現。

public interface IHostNameBinding : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.AppService.Fluent.IHostNameBinding,Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.HostNameBindingInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.AppService.Fluent.IHostNameBinding>
type IHostNameBinding = interface
    interface IBeta
    interface IHasInner<HostNameBindingInner>
    interface IExternalChildResource<IHostNameBinding, IWebAppBase>
    interface IChildResource<IWebAppBase>
    interface IHasName
    interface IIndexable
    interface IHasParent<IWebAppBase>
    interface IRefreshable<IHostNameBinding>
    interface IResource
    interface IHasId
Public Interface IHostNameBinding
Implements IBeta, IChildResource(Of IWebAppBase), IExternalChildResource(Of IHostNameBinding, IWebAppBase), IHasInner(Of HostNameBindingInner), IHasParent(Of IWebAppBase), IRefreshable(Of IHostNameBinding), IResource
実装

プロパティ

AzureResourceName

バインドする Azure リソース名を取得します。

AzureResourceType

Azure リソースの種類を取得します。

DnsRecordType

カスタム DNS レコードの種類を取得します。

DomainId

完全修飾 ARM ドメイン リソース URI を取得します。

HostName

バインドするホスト名を取得します。

HostNameType

ホスト名の種類を取得します。

Id

リソース ID 文字列を取得します

(継承元 IHasId)
Inner

ホスト名バインドの変更できない表現。

(継承元 IHasInner<T>)
Key

ホスト名バインドの変更できない表現。

(継承元 IIndexable)
Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)
Region

ホスト名バインドの変更できない表現。

(継承元 IResource)
RegionName

ホスト名バインドの変更できない表現。

(継承元 IResource)
Tags

ホスト名バインドの変更できない表現。

(継承元 IResource)
Type

ホスト名バインドの変更できない表現。

(継承元 IResource)
WebAppName

Web アプリ名を取得します。

メソッド

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象