IHostNameBinding Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable representation of a host name binding.
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
- Implements
Properties
AzureResourceName |
Gets Azure resource name to bind to. |
AzureResourceType |
Gets Azure resource type. |
DnsRecordType |
Gets custom DNS record type. |
DomainId |
Gets the fully qualified ARM domain resource URI. |
HostName |
Gets the hostname to bind to. |
HostNameType |
Gets the host name type. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
Tags | (Inherited from IResource) |
Type | (Inherited from IResource) |
WebAppName |
Gets the web app name. |
Methods
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Applies to
Azure SDK for .NET