Documentation
¶
Overview ¶
+azure:enableclientgen:=true
Code generated by client-gen. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
*armnetwork.PrivateEndpointsClient
}
func (*Client) CreateOrUpdate ¶
func (client *Client) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, resource armnetwork.PrivateEndpoint) (*armnetwork.PrivateEndpoint, error)
CreateOrUpdate creates or updates a PrivateEndpoint.
type Interface ¶
type Interface interface { utils.GetWithExpandFunc[armnetwork.PrivateEndpoint] utils.CreateOrUpdateFunc[armnetwork.PrivateEndpoint] }
+azure:client:verbs=get;createorupdate,resource=PrivateEndpoint,packageName=github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v2,packageAlias=armnetwork,clientName=PrivateEndpointsClient,apiVersion="2022-07-01",expand=true
func New ¶
func New(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (Interface, error)
Click to show internal directories.
Click to hide internal directories.