hybridnetworkapi

package
v49.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 17, 2020 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DevicesClientAPI

type DevicesClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, deviceName string, parameters hybridnetwork.Device) (result hybridnetwork.DevicesCreateOrUpdateFuture, err error)
	Delete(ctx context.Context, resourceGroupName string, deviceName string) (result hybridnetwork.DevicesDeleteFuture, err error)
	Get(ctx context.Context, resourceGroupName string, deviceName string) (result hybridnetwork.Device, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result hybridnetwork.DeviceListResultPage, err error)
	ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result hybridnetwork.DeviceListResultIterator, err error)
	ListBySubscription(ctx context.Context) (result hybridnetwork.DeviceListResultPage, err error)
	ListBySubscriptionComplete(ctx context.Context) (result hybridnetwork.DeviceListResultIterator, err error)
	ListRegistrationKey(ctx context.Context, resourceGroupName string, deviceName string) (result hybridnetwork.DeviceRegistrationKey, err error)
	UpdateTags(ctx context.Context, resourceGroupName string, deviceName string, parameters hybridnetwork.TagsObject) (result hybridnetwork.Device, err error)
}

DevicesClientAPI contains the set of methods on the DevicesClient type.

type NetworkFunctionVendorSkusClientAPI

type NetworkFunctionVendorSkusClientAPI interface {
	ListBySku(ctx context.Context, vendorName string, vendorSkuName string) (result hybridnetwork.NetworkFunctionSkuDetailsPage, err error)
	ListBySkuComplete(ctx context.Context, vendorName string, vendorSkuName string) (result hybridnetwork.NetworkFunctionSkuDetailsIterator, err error)
	ListByVendor(ctx context.Context, vendorName string) (result hybridnetwork.NetworkFunctionSkuListResultPage, err error)
	ListByVendorComplete(ctx context.Context, vendorName string) (result hybridnetwork.NetworkFunctionSkuListResultIterator, err error)
}

NetworkFunctionVendorSkusClientAPI contains the set of methods on the NetworkFunctionVendorSkusClient type.

type NetworkFunctionVendorsClientAPI

type NetworkFunctionVendorsClientAPI interface {
	List(ctx context.Context) (result hybridnetwork.NetworkFunctionVendorListResultPage, err error)
	ListComplete(ctx context.Context) (result hybridnetwork.NetworkFunctionVendorListResultIterator, err error)
}

NetworkFunctionVendorsClientAPI contains the set of methods on the NetworkFunctionVendorsClient type.

type NetworkFunctionsClientAPI

type NetworkFunctionsClientAPI interface {
	CreateOrUpdate(ctx context.Context, resourceGroupName string, networkFunctionName string, parameters hybridnetwork.NetworkFunction) (result hybridnetwork.NetworkFunctionsCreateOrUpdateFuture, err error)
	Delete(ctx context.Context, resourceGroupName string, networkFunctionName string) (result hybridnetwork.NetworkFunctionsDeleteFuture, err error)
	Get(ctx context.Context, resourceGroupName string, networkFunctionName string) (result hybridnetwork.NetworkFunction, err error)
	ListByResourceGroup(ctx context.Context, resourceGroupName string) (result hybridnetwork.NetworkFunctionListResultPage, err error)
	ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result hybridnetwork.NetworkFunctionListResultIterator, err error)
	ListBySubscription(ctx context.Context) (result hybridnetwork.NetworkFunctionListResultPage, err error)
	ListBySubscriptionComplete(ctx context.Context) (result hybridnetwork.NetworkFunctionListResultIterator, err error)
	UpdateTags(ctx context.Context, resourceGroupName string, networkFunctionName string, parameters hybridnetwork.TagsObject) (result hybridnetwork.NetworkFunction, err error)
}

NetworkFunctionsClientAPI contains the set of methods on the NetworkFunctionsClient type.

type OperationsClientAPI

type OperationsClientAPI interface {
	List(ctx context.Context) (result hybridnetwork.OperationListPage, err error)
	ListComplete(ctx context.Context) (result hybridnetwork.OperationListIterator, err error)
}

OperationsClientAPI contains the set of methods on the OperationsClient type.

type RoleInstancesClientAPI

type RoleInstancesClientAPI interface {
	Get(ctx context.Context, locationName string, vendorName string, serviceKey string, roleInstanceName string) (result hybridnetwork.RoleInstance, err error)
	List(ctx context.Context, locationName string, vendorName string, serviceKey string) (result hybridnetwork.NetworkFunctionRoleInstanceListResultPage, err error)
	ListComplete(ctx context.Context, locationName string, vendorName string, serviceKey string) (result hybridnetwork.NetworkFunctionRoleInstanceListResultIterator, err error)
	Restart(ctx context.Context, locationName string, vendorName string, serviceKey string, roleInstanceName string) (result hybridnetwork.RoleInstancesRestartFuture, err error)
	Start(ctx context.Context, locationName string, vendorName string, serviceKey string, roleInstanceName string) (result hybridnetwork.RoleInstancesStartFuture, err error)
	Stop(ctx context.Context, locationName string, vendorName string, serviceKey string, roleInstanceName string) (result hybridnetwork.RoleInstancesStopFuture, err error)
}

RoleInstancesClientAPI contains the set of methods on the RoleInstancesClient type.

type VendorNetworkFunctionsClientAPI

type VendorNetworkFunctionsClientAPI interface {
	CreateOrUpdate(ctx context.Context, locationName string, vendorName string, serviceKey string, parameters hybridnetwork.VendorNetworkFunction) (result hybridnetwork.VendorNetworkFunctionsCreateOrUpdateFuture, err error)
	Get(ctx context.Context, locationName string, vendorName string, serviceKey string) (result hybridnetwork.VendorNetworkFunction, err error)
	List(ctx context.Context, locationName string, vendorName string, filter string) (result hybridnetwork.VendorNetworkFunctionListResultPage, err error)
	ListComplete(ctx context.Context, locationName string, vendorName string, filter string) (result hybridnetwork.VendorNetworkFunctionListResultIterator, err error)
}

VendorNetworkFunctionsClientAPI contains the set of methods on the VendorNetworkFunctionsClient type.

type VendorSkuPreviewClientAPI

type VendorSkuPreviewClientAPI interface {
	CreateOrUpdate(ctx context.Context, vendorName string, skuName string, previewSubscription string, parameters hybridnetwork.PreviewSubscription) (result hybridnetwork.VendorSkuPreviewCreateOrUpdateFuture, err error)
	Delete(ctx context.Context, vendorName string, skuName string, previewSubscription string) (result hybridnetwork.VendorSkuPreviewDeleteFuture, err error)
	Get(ctx context.Context, vendorName string, skuName string, previewSubscription string) (result hybridnetwork.PreviewSubscription, err error)
	List(ctx context.Context, vendorName string, skuName string) (result hybridnetwork.PreviewSubscriptionsListPage, err error)
	ListComplete(ctx context.Context, vendorName string, skuName string) (result hybridnetwork.PreviewSubscriptionsListIterator, err error)
}

VendorSkuPreviewClientAPI contains the set of methods on the VendorSkuPreviewClient type.

type VendorSkusClientAPI

type VendorSkusClientAPI interface {
	CreateOrUpdate(ctx context.Context, vendorName string, skuName string, parameters hybridnetwork.VendorSku) (result hybridnetwork.VendorSkusCreateOrUpdateFuture, err error)
	Delete(ctx context.Context, vendorName string, skuName string) (result hybridnetwork.VendorSkusDeleteFuture, err error)
	Get(ctx context.Context, vendorName string, skuName string) (result hybridnetwork.VendorSku, err error)
	List(ctx context.Context, vendorName string) (result hybridnetwork.VendorSkuListResultPage, err error)
	ListComplete(ctx context.Context, vendorName string) (result hybridnetwork.VendorSkuListResultIterator, err error)
}

VendorSkusClientAPI contains the set of methods on the VendorSkusClient type.

type VendorsClientAPI

type VendorsClientAPI interface {
	CreateOrUpdate(ctx context.Context, vendorName string, parameters *hybridnetwork.Vendor) (result hybridnetwork.VendorsCreateOrUpdateFuture, err error)
	Delete(ctx context.Context, vendorName string) (result hybridnetwork.VendorsDeleteFuture, err error)
	Get(ctx context.Context, vendorName string) (result hybridnetwork.Vendor, err error)
	ListBySubscription(ctx context.Context) (result hybridnetwork.VendorListResultPage, err error)
	ListBySubscriptionComplete(ctx context.Context) (result hybridnetwork.VendorListResultIterator, err error)
}

VendorsClientAPI contains the set of methods on the VendorsClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL