IHostNameBinding 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
主機名稱系結的不可變標記法。
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 |
取得資源識別碼字串 (繼承來源 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>) |