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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET