IPublicIPAddress 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.
Public IP address.
public interface IPublicIPAddress : Microsoft.Azure.Management.Network.Fluent.IPublicIPAddressBeta, Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.Network.Fluent.INetworkManager,Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.PublicIPAddressInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.IPublicIPAddress>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.PublicIPAddress.Update.IUpdate>
type IPublicIPAddress = interface
interface IGroupableResource<INetworkManager, PublicIPAddressInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<INetworkManager>
interface IHasInner<PublicIPAddressInner>
interface IRefreshable<IPublicIPAddress>
interface IUpdatable<IUpdate>
interface IUpdatableWithTags<IPublicIPAddress>
interface IPublicIPAddressBeta
interface IBeta
Public Interface IPublicIPAddress
Implements IBeta, IGroupableResource(Of INetworkManager, PublicIPAddressInner), IHasInner(Of PublicIPAddressInner), IHasManager(Of INetworkManager), IPublicIPAddressBeta, IRefreshable(Of IPublicIPAddress), IUpdatable(Of IUpdate), IUpdatableWithTags(Of IPublicIPAddress)
- Implements
-
IPublicIPAddressBeta IUpdatableWithTags<IPublicIPAddress> IBeta IGroupableResource<INetworkManager,PublicIPAddressInner> IHasId IHasInner<InnerT> IHasInner<PublicIPAddressInner> IHasManager<ManagerT> IHasManager<INetworkManager> IHasName IHasResourceGroup IResource IIndexable IRefreshable<IPublicIPAddress> IUpdatable<IUpdate>
Properties
AvailabilityZones |
Gets the availability zones assigned to the public IP address. (Inherited from IPublicIPAddressBeta) |
Fqdn |
Gets the assigned FQDN (fully qualified domain name). |
HasAssignedLoadBalancer |
Gets true if this public IP address is assigned to a load balancer. |
HasAssignedNetworkInterface |
Gets true if this public IP address is assigned to a network interface. |
Id |
Gets the resource id string (Inherited from IHasId) |
IdleTimeoutInMinutes |
Gets the idle connection timeout setting (in minutes). |
Inner | (Inherited from IHasInner<T>) |
IPAddress |
Gets the assigned IP address. |
IPAllocationMethod |
Gets the IP address allocation method (Static/Dynamic). |
Key | (Inherited from IIndexable) |
LeafDomainLabel |
Gets the assigned leaf domain label. |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
ReverseFqdn |
Gets the assigned reverse FQDN, if any. |
Sku |
Gets public IP address sku. (Inherited from IPublicIPAddressBeta) |
Tags | (Inherited from IResource) |
Type | (Inherited from IResource) |
Version |
Gets the IP version of the public IP address. |
Methods
GetAssignedLoadBalancerFrontend() | |
GetAssignedNetworkInterfaceIPConfiguration() | |
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>) |
Update() | (Inherited from IUpdatable<T>) |
UpdateTags() |
Begins a tags update for a resource. This is the beginning of the builder pattern used to update tags for a resources in Azure. The final method completing the definition and starting the actual resource update process in Azure is AppliableWithTags.applyTags(). (Inherited from IUpdatableWithTags<T>) |
Applies to
Azure SDK for .NET