ILocalNetworkGateway 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.
Entry point for Local Network Gateway management API in Azure.
public interface ILocalNetworkGateway : Microsoft.Azure.Management.Network.Fluent.IUpdatableWithTags<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>, 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.LocalNetworkGatewayInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner>, 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.ILocalNetworkGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate>
type ILocalNetworkGateway = interface
interface IBeta
interface IGroupableResource<INetworkManager, LocalNetworkGatewayInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<INetworkManager>
interface IHasInner<LocalNetworkGatewayInner>
interface IRefreshable<ILocalNetworkGateway>
interface IUpdatable<IUpdate>
interface IUpdatableWithTags<ILocalNetworkGateway>
Public Interface ILocalNetworkGateway
Implements IBeta, IGroupableResource(Of INetworkManager, LocalNetworkGatewayInner), IHasInner(Of LocalNetworkGatewayInner), IHasManager(Of INetworkManager), IRefreshable(Of ILocalNetworkGateway), IUpdatable(Of IUpdate), IUpdatableWithTags(Of ILocalNetworkGateway)
- Implements
-
IUpdatableWithTags<ILocalNetworkGateway> IBeta IGroupableResource<INetworkManager,LocalNetworkGatewayInner> IHasId IHasInner<InnerT> IHasInner<LocalNetworkGatewayInner> IHasManager<ManagerT> IHasManager<INetworkManager> IHasName IHasResourceGroup IResource IIndexable IRefreshable<ILocalNetworkGateway> IUpdatable<IUpdate>
Properties
AddressSpaces |
Gets local network site address spaces. |
BgpSettings |
Gets local network gateway's BGP speaker settings. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
IPAddress |
Gets IP address of local network gateway. |
Key | (Inherited from IIndexable) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
ProvisioningState |
Gets the provisioning state of the LocalNetworkGateway resource. |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
Tags | (Inherited from IResource) |
Type | (Inherited from IResource) |
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>) |
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