Documentation ¶
Index ¶
Constants ¶
View Source
const ( // APIVersion is the API version. APIVersion = "2022-07-01" // AzureStackCloudName is the cloud name of Azure Stack AzureStackCloudName = "AZURESTACKCLOUD" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // ARM throttling configures. RetryAfterReader time.Time RetryAfterWriter time.Time // contains filtered or unexported fields }
Client implements privatednszonegroupclient client Interface.
func New ¶
func New(config *azclients.ClientConfig) *Client
New creates a new private dns zone group client with ratelimiting.
func (*Client) CreateOrUpdate ¶
func (c *Client) CreateOrUpdate(ctx context.Context, resourceGroupName, privateEndpointName, privateDNSZoneGroupName string, parameters network.PrivateDNSZoneGroup, etag string, waitForCompletion bool) *retry.Error
CreateOrUpdate creates or updates a private DNS zone group.
type Interface ¶
type Interface interface { // Get gets the private dns zone group Get(ctx context.Context, resourceGroupName, privateEndpointName, privateDNSZoneGroupName string) (network.PrivateDNSZoneGroup, *retry.Error) // CreateOrUpdate creates or updates a private dns zone group. CreateOrUpdate(ctx context.Context, resourceGroupName, privateEndpointName, privateDNSZoneGroupName string, parameters network.PrivateDNSZoneGroup, etag string, waitForCompletion bool) *retry.Error }
Interface is the client interface for Private DNS Zone Group. Don't forget to run "hack/update-mock-clients.sh" command to generate the mock client.
Directories ¶
Path | Synopsis |
---|---|
Package mockprivatednszonegroupclient implements the mock client for PrivateDNSszonegroup.
|
Package mockprivatednszonegroupclient implements the mock client for PrivateDNSszonegroup. |
Click to show internal directories.
Click to hide internal directories.