INetworkPeerings Interface

Definition

Entry point to network peering management API.

public interface INetworkPeerings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByParent, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkPeeringsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>
type INetworkPeerings = interface
    interface IBeta
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface ISupportsGettingById<INetworkPeering>
    interface ISupportsBatchCreation<INetworkPeering>
    interface ISupportsDeletingByParent
    interface ISupportsListing<INetworkPeering>
    interface IHasManager<INetworkManager>
    interface IHasInner<IVirtualNetworkPeeringsOperations>
Public Interface INetworkPeerings
Implements IBeta, IHasInner(Of IVirtualNetworkPeeringsOperations), IHasManager(Of INetworkManager), ISupportsBatchCreation(Of INetworkPeering), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByParent, ISupportsGettingById(Of INetworkPeering), ISupportsListing(Of INetworkPeering)
Implements

Properties

Inner (Inherited from IHasInner<T>)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)

Methods

Create(ICreatable<IFluentResourceT>[])

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
Create(IEnumerable<ICreatable<IFluentResourceT>>)

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

Creates a set (batch) of resources.

(Inherited from ISupportsBatchCreation<IFluentResourceT>)
Define(String) (Inherited from ISupportsCreating<T>)
DeleteById(String)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByParent(String, String, String)

Deletes a resource from Azure, identifying it by its name and its resource group.

(Inherited from ISupportsDeletingByParent)
DeleteByParentAsync(String, String, String, CancellationToken)

Asynchronously delete a resource from Azure, identifying it by its name and its resource group.

(Inherited from ISupportsDeletingByParent)
GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByRemoteNetwork(INetwork)

Finds the peering, if any, that is associated with the specified network. (Note that this makes a separate call to Azure.).

GetByRemoteNetwork(String)

Finds the peering, if any, that is associated with the specified network. (Note that this makes a separate call to Azure.).

GetByRemoteNetworkAsync(INetwork, CancellationToken)

Asynchronously finds the peering, if any, that is associated with the specified network. (Note that this makes a separate call to Azure.).

GetByRemoteNetworkAsync(String, CancellationToken)

Asynchronously finds the peering, if any, that is associated with the specified network. (Note that this makes a separate call to Azure.).

List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)

Applies to