你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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 |
获取资源 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>) |