networkinterface

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 10 Imported by: 1

Documentation

Overview

Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache v2.0 License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InterfaceClient

type InterfaceClient struct {
	network.BaseClient
	// contains filtered or unexported fields
}

InterfaceClient structure

func NewInterfaceClient

func NewInterfaceClient(cloudFQDN string, authorizer auth.Authorizer) (*InterfaceClient, error)

NewInterfaceClient method returns new client

func (*InterfaceClient) CreateOrUpdate

func (c *InterfaceClient) CreateOrUpdate(ctx context.Context, group, name string, networkInterface *network.Interface) (*network.Interface, error)

CreateOrUpdate methods invokes create or update on the client

func (*InterfaceClient) Delete

func (c *InterfaceClient) Delete(ctx context.Context, group, name string) error

Delete methods invokes delete of the network interface resource

func (*InterfaceClient) Get

func (c *InterfaceClient) Get(ctx context.Context, group, name string) (*[]network.Interface, error)

Get methods invokes the client Get method

type Service

type Service interface {
	Get(context.Context, string, string) (*[]network.Interface, error)
	CreateOrUpdate(context.Context, string, string, *network.Interface) (*network.Interface, error)
	Delete(context.Context, string, string) error
}

Service interface

Jump to

Keyboard shortcuts

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