Documentation ¶
Overview ¶
+azure:enableclientgen:=true
Code generated by client-gen. DO NOT EDIT.
Index ¶
- type Client
- func (client *Client) GetProvider(ctx context.Context, resourceProviderNamespace string) (*armresources.Provider, error)
- func (client *Client) GetVirtualMachineSupportedZones(ctx context.Context) (map[string][]*string, error)
- func (client *Client) ListProviders(ctx context.Context) (result []*armresources.Provider, rerr error)
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { *armresources.ProvidersClient // contains filtered or unexported fields }
func (*Client) GetProvider ¶
func (*Client) GetVirtualMachineSupportedZones ¶
func (*Client) ListProviders ¶
type Interface ¶
type Interface interface { ListProviders(ctx context.Context) ([]*armresources.Provider, error) GetProvider(ctx context.Context, resourceProviderNamespace string) (*armresources.Provider, error) GetVirtualMachineSupportedZones(ctx context.Context) (map[string][]*string, error) }
+azure:client:resource=Provider,packageName=github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources,packageAlias=armresources,clientName=ProvidersClient,expand=false
func New ¶
func New(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (Interface, error)
Directories ¶
Path | Synopsis |
---|---|
Package mock_providerclient is a generated GoMock package.
|
Package mock_providerclient is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.