Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LegacyPeeringsClientAPI ¶
type LegacyPeeringsClientAPI interface {
List(ctx context.Context, peeringLocation string, kind string) (result peering.ListResultPage, err error)
}
LegacyPeeringsClientAPI contains the set of methods on the LegacyPeeringsClient type.
type LocationsClientAPI ¶
type LocationsClientAPI interface {
List(ctx context.Context, kind string) (result peering.LocationListResultPage, err error)
}
LocationsClientAPI contains the set of methods on the LocationsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface {
List(ctx context.Context) (result peering.OperationListResultPage, err error)
}
OperationsClientAPI contains the set of methods on the OperationsClient type.
type PeerAsnsClientAPI ¶
type PeerAsnsClientAPI interface { CreateOrUpdate(ctx context.Context, peerAsnName string, peerAsn peering.PeerAsn) (result peering.PeerAsn, err error) Delete(ctx context.Context, peerAsnName string) (result autorest.Response, err error) Get(ctx context.Context, peerAsnName string) (result peering.PeerAsn, err error) ListBySubscription(ctx context.Context) (result peering.PeerAsnListResultPage, err error) }
PeerAsnsClientAPI contains the set of methods on the PeerAsnsClient type.
type PeeringsClientAPI ¶
type PeeringsClientAPI interface { CreateOrUpdate(ctx context.Context, resourceGroupName string, peeringName string, peering peering.Model) (result peering.Model, err error) Delete(ctx context.Context, resourceGroupName string, peeringName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, peeringName string) (result peering.Model, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result peering.ListResultPage, err error) ListBySubscription(ctx context.Context) (result peering.ListResultPage, err error) Update(ctx context.Context, resourceGroupName string, peeringName string, tags peering.ResourceTags) (result peering.Model, err error) }
PeeringsClientAPI contains the set of methods on the PeeringsClient type.
Click to show internal directories.
Click to hide internal directories.