Documentation ¶
Overview ¶
Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache v2.0 License.
Index ¶
- type InterfaceClient
- func (c *InterfaceClient) CreateOrUpdate(ctx context.Context, group, name string, networkInterface *network.Interface) (*network.Interface, error)
- func (c *InterfaceClient) Delete(ctx context.Context, group, name string) error
- func (c *InterfaceClient) Get(ctx context.Context, group, name string) (*[]network.Interface, error)
- type Service
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
Click to show internal directories.
Click to hide internal directories.