Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client is a Client factory used to create any client in this module. Don't use this type directly, use NewClient instead.
func NewClient ¶
func NewClient(credential azcore.TokenCredential, endpoint *string, options *azcore.ClientOptions) (*Client, error)
NewClient creates a new instance of Client with the specified values. The parameter values will be propagated to any client created from this factory.
- credential - used to authorize requests. Usually a credential from azidentity.
- endpoint - pass nil to accept the default values.
- options - pass nil to accept the default values.
Click to show internal directories.
Click to hide internal directories.