Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type POSTOperationResponse ¶
type POSTOperationResponse struct { HttpResponse *http.Response Model *PrivateLinkResource }
type PrivateLinkResource ¶
type PrivateLinkResource struct { GroupId *string `json:"groupId,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` PrivateLinkServiceID *string `json:"privateLinkServiceID,omitempty"` RequiredMembers *[]string `json:"requiredMembers,omitempty"` Type *string `json:"type,omitempty"` }
type ResolvePrivateLinkServiceIdClient ¶
type ResolvePrivateLinkServiceIdClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewResolvePrivateLinkServiceIdClientWithBaseURI ¶
func NewResolvePrivateLinkServiceIdClientWithBaseURI(endpoint string) ResolvePrivateLinkServiceIdClient
func (ResolvePrivateLinkServiceIdClient) POST ¶
func (c ResolvePrivateLinkServiceIdClient) POST(ctx context.Context, id commonids.KubernetesClusterId, input PrivateLinkResource) (result POSTOperationResponse, err error)
POST ...
Click to show internal directories.
Click to hide internal directories.