Documentation ¶
Index ¶
- func ValidatePrivateLinkHubID(input interface{}, key string) (warnings []string, errors []error)
- func ValidatePrivateLinkHubPrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupCustomPager
- type ListByResourceGroupOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
- type PrivateEndpoint
- type PrivateEndpointConnectionForPrivateLinkHub
- type PrivateEndpointConnectionForPrivateLinkHubBasic
- type PrivateEndpointConnectionForPrivateLinkHubOperationPredicate
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionsPrivateLinkHubGetOperationResponse
- type PrivateEndpointConnectionsPrivateLinkHubListCompleteResult
- type PrivateEndpointConnectionsPrivateLinkHubListCustomPager
- type PrivateEndpointConnectionsPrivateLinkHubListOperationResponse
- type PrivateLinkHub
- type PrivateLinkHubId
- type PrivateLinkHubOperationPredicate
- type PrivateLinkHubPatchInfo
- type PrivateLinkHubPrivateEndpointConnectionId
- func NewPrivateLinkHubPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, privateLinkHubName string, ...) PrivateLinkHubPrivateEndpointConnectionId
- func ParsePrivateLinkHubPrivateEndpointConnectionID(input string) (*PrivateLinkHubPrivateEndpointConnectionId, error)
- func ParsePrivateLinkHubPrivateEndpointConnectionIDInsensitively(input string) (*PrivateLinkHubPrivateEndpointConnectionId, error)
- func (id *PrivateLinkHubPrivateEndpointConnectionId) FromParseResult(input resourceids.ParseResult) error
- func (id PrivateLinkHubPrivateEndpointConnectionId) ID() string
- func (id PrivateLinkHubPrivateEndpointConnectionId) Segments() []resourceids.Segment
- func (id PrivateLinkHubPrivateEndpointConnectionId) String() string
- type PrivateLinkHubProperties
- type PrivateLinkHubsClient
- func (c PrivateLinkHubsClient) CreateOrUpdate(ctx context.Context, id PrivateLinkHubId, input PrivateLinkHub) (result CreateOrUpdateOperationResponse, err error)
- func (c PrivateLinkHubsClient) Delete(ctx context.Context, id PrivateLinkHubId) (result DeleteOperationResponse, err error)
- func (c PrivateLinkHubsClient) DeleteThenPoll(ctx context.Context, id PrivateLinkHubId) error
- func (c PrivateLinkHubsClient) Get(ctx context.Context, id PrivateLinkHubId) (result GetOperationResponse, err error)
- func (c PrivateLinkHubsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
- func (c PrivateLinkHubsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c PrivateLinkHubsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c PrivateLinkHubsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c PrivateLinkHubsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
- func (c PrivateLinkHubsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error)
- func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubGet(ctx context.Context, id PrivateLinkHubPrivateEndpointConnectionId) (result PrivateEndpointConnectionsPrivateLinkHubGetOperationResponse, err error)
- func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubList(ctx context.Context, id PrivateLinkHubId) (result PrivateEndpointConnectionsPrivateLinkHubListOperationResponse, ...)
- func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubListComplete(ctx context.Context, id PrivateLinkHubId) (PrivateEndpointConnectionsPrivateLinkHubListCompleteResult, error)
- func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubListCompleteMatchingPredicate(ctx context.Context, id PrivateLinkHubId, ...) (result PrivateEndpointConnectionsPrivateLinkHubListCompleteResult, err error)
- func (c PrivateLinkHubsClient) Update(ctx context.Context, id PrivateLinkHubId, input PrivateLinkHubPatchInfo) (result UpdateOperationResponse, err error)
- type PrivateLinkServiceConnectionState
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePrivateLinkHubID ¶
ValidatePrivateLinkHubID checks that 'input' can be parsed as a Private Link Hub ID
func ValidatePrivateLinkHubPrivateEndpointConnectionID ¶
func ValidatePrivateLinkHubPrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error)
ValidatePrivateLinkHubPrivateEndpointConnectionID checks that 'input' can be parsed as a Private Link Hub Private Endpoint Connection ID
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrivateLinkHub }
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrivateLinkHub }
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []PrivateLinkHub }
type ListByResourceGroupCustomPager ¶ added in v0.20240628.1153531
func (*ListByResourceGroupCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PrivateLinkHub }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []PrivateLinkHub }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PrivateLinkHub }
type PrivateEndpoint ¶
type PrivateEndpoint struct {
Id *string `json:"id,omitempty"`
}
type PrivateEndpointConnectionForPrivateLinkHub ¶
type PrivateEndpointConnectionForPrivateLinkHub struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateEndpointConnectionProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateEndpointConnectionForPrivateLinkHubBasic ¶
type PrivateEndpointConnectionForPrivateLinkHubBasic struct { Id *string `json:"id,omitempty"` Properties *PrivateEndpointConnectionProperties `json:"properties,omitempty"` }
type PrivateEndpointConnectionForPrivateLinkHubOperationPredicate ¶
type PrivateEndpointConnectionForPrivateLinkHubOperationPredicate struct { Id *string Name *string Type *string }
type PrivateEndpointConnectionProperties ¶
type PrivateEndpointConnectionProperties struct { PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState `json:"privateLinkServiceConnectionState,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` }
type PrivateEndpointConnectionsPrivateLinkHubGetOperationResponse ¶
type PrivateEndpointConnectionsPrivateLinkHubGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrivateEndpointConnectionForPrivateLinkHub }
type PrivateEndpointConnectionsPrivateLinkHubListCompleteResult ¶
type PrivateEndpointConnectionsPrivateLinkHubListCompleteResult struct { LatestHttpResponse *http.Response Items []PrivateEndpointConnectionForPrivateLinkHub }
type PrivateEndpointConnectionsPrivateLinkHubListCustomPager ¶ added in v0.20240628.1153531
type PrivateEndpointConnectionsPrivateLinkHubListCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*PrivateEndpointConnectionsPrivateLinkHubListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *PrivateEndpointConnectionsPrivateLinkHubListCustomPager) NextPageLink() *odata.Link
type PrivateEndpointConnectionsPrivateLinkHubListOperationResponse ¶
type PrivateEndpointConnectionsPrivateLinkHubListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PrivateEndpointConnectionForPrivateLinkHub }
type PrivateLinkHub ¶
type PrivateLinkHubId ¶
type PrivateLinkHubId struct { SubscriptionId string ResourceGroupName string PrivateLinkHubName string }
PrivateLinkHubId is a struct representing the Resource ID for a Private Link Hub
func NewPrivateLinkHubID ¶
func NewPrivateLinkHubID(subscriptionId string, resourceGroupName string, privateLinkHubName string) PrivateLinkHubId
NewPrivateLinkHubID returns a new PrivateLinkHubId struct
func ParsePrivateLinkHubID ¶
func ParsePrivateLinkHubID(input string) (*PrivateLinkHubId, error)
ParsePrivateLinkHubID parses 'input' into a PrivateLinkHubId
func ParsePrivateLinkHubIDInsensitively ¶
func ParsePrivateLinkHubIDInsensitively(input string) (*PrivateLinkHubId, error)
ParsePrivateLinkHubIDInsensitively parses 'input' case-insensitively into a PrivateLinkHubId note: this method should only be used for API response data and not user input
func (*PrivateLinkHubId) FromParseResult ¶
func (id *PrivateLinkHubId) FromParseResult(input resourceids.ParseResult) error
func (PrivateLinkHubId) ID ¶
func (id PrivateLinkHubId) ID() string
ID returns the formatted Private Link Hub ID
func (PrivateLinkHubId) Segments ¶
func (id PrivateLinkHubId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Link Hub ID
func (PrivateLinkHubId) String ¶
func (id PrivateLinkHubId) String() string
String returns a human-readable description of this Private Link Hub ID
type PrivateLinkHubOperationPredicate ¶
type PrivateLinkHubOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (PrivateLinkHubOperationPredicate) Matches ¶
func (p PrivateLinkHubOperationPredicate) Matches(input PrivateLinkHub) bool
type PrivateLinkHubPatchInfo ¶
type PrivateLinkHubPrivateEndpointConnectionId ¶
type PrivateLinkHubPrivateEndpointConnectionId struct { SubscriptionId string ResourceGroupName string PrivateLinkHubName string PrivateEndpointConnectionName string }
PrivateLinkHubPrivateEndpointConnectionId is a struct representing the Resource ID for a Private Link Hub Private Endpoint Connection
func NewPrivateLinkHubPrivateEndpointConnectionID ¶
func NewPrivateLinkHubPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, privateLinkHubName string, privateEndpointConnectionName string) PrivateLinkHubPrivateEndpointConnectionId
NewPrivateLinkHubPrivateEndpointConnectionID returns a new PrivateLinkHubPrivateEndpointConnectionId struct
func ParsePrivateLinkHubPrivateEndpointConnectionID ¶
func ParsePrivateLinkHubPrivateEndpointConnectionID(input string) (*PrivateLinkHubPrivateEndpointConnectionId, error)
ParsePrivateLinkHubPrivateEndpointConnectionID parses 'input' into a PrivateLinkHubPrivateEndpointConnectionId
func ParsePrivateLinkHubPrivateEndpointConnectionIDInsensitively ¶
func ParsePrivateLinkHubPrivateEndpointConnectionIDInsensitively(input string) (*PrivateLinkHubPrivateEndpointConnectionId, error)
ParsePrivateLinkHubPrivateEndpointConnectionIDInsensitively parses 'input' case-insensitively into a PrivateLinkHubPrivateEndpointConnectionId note: this method should only be used for API response data and not user input
func (*PrivateLinkHubPrivateEndpointConnectionId) FromParseResult ¶
func (id *PrivateLinkHubPrivateEndpointConnectionId) FromParseResult(input resourceids.ParseResult) error
func (PrivateLinkHubPrivateEndpointConnectionId) ID ¶
func (id PrivateLinkHubPrivateEndpointConnectionId) ID() string
ID returns the formatted Private Link Hub Private Endpoint Connection ID
func (PrivateLinkHubPrivateEndpointConnectionId) Segments ¶
func (id PrivateLinkHubPrivateEndpointConnectionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Link Hub Private Endpoint Connection ID
func (PrivateLinkHubPrivateEndpointConnectionId) String ¶
func (id PrivateLinkHubPrivateEndpointConnectionId) String() string
String returns a human-readable description of this Private Link Hub Private Endpoint Connection ID
type PrivateLinkHubProperties ¶
type PrivateLinkHubProperties struct { PrivateEndpointConnections *[]PrivateEndpointConnectionForPrivateLinkHubBasic `json:"privateEndpointConnections,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` }
type PrivateLinkHubsClient ¶
type PrivateLinkHubsClient struct {
Client *resourcemanager.Client
}
func NewPrivateLinkHubsClientWithBaseURI ¶
func NewPrivateLinkHubsClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkHubsClient, error)
func (PrivateLinkHubsClient) CreateOrUpdate ¶
func (c PrivateLinkHubsClient) CreateOrUpdate(ctx context.Context, id PrivateLinkHubId, input PrivateLinkHub) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (PrivateLinkHubsClient) Delete ¶
func (c PrivateLinkHubsClient) Delete(ctx context.Context, id PrivateLinkHubId) (result DeleteOperationResponse, err error)
Delete ...
func (PrivateLinkHubsClient) DeleteThenPoll ¶
func (c PrivateLinkHubsClient) DeleteThenPoll(ctx context.Context, id PrivateLinkHubId) error
DeleteThenPoll performs Delete then polls until it's completed
func (PrivateLinkHubsClient) Get ¶
func (c PrivateLinkHubsClient) Get(ctx context.Context, id PrivateLinkHubId) (result GetOperationResponse, err error)
Get ...
func (PrivateLinkHubsClient) List ¶
func (c PrivateLinkHubsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error)
List ...
func (PrivateLinkHubsClient) ListByResourceGroup ¶
func (c PrivateLinkHubsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (PrivateLinkHubsClient) ListByResourceGroupComplete ¶
func (c PrivateLinkHubsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (PrivateLinkHubsClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c PrivateLinkHubsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate PrivateLinkHubOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PrivateLinkHubsClient) ListComplete ¶
func (c PrivateLinkHubsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (PrivateLinkHubsClient) ListCompleteMatchingPredicate ¶
func (c PrivateLinkHubsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate PrivateLinkHubOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubGet ¶
func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubGet(ctx context.Context, id PrivateLinkHubPrivateEndpointConnectionId) (result PrivateEndpointConnectionsPrivateLinkHubGetOperationResponse, err error)
PrivateEndpointConnectionsPrivateLinkHubGet ...
func (PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubList ¶
func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubList(ctx context.Context, id PrivateLinkHubId) (result PrivateEndpointConnectionsPrivateLinkHubListOperationResponse, err error)
PrivateEndpointConnectionsPrivateLinkHubList ...
func (PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubListComplete ¶
func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubListComplete(ctx context.Context, id PrivateLinkHubId) (PrivateEndpointConnectionsPrivateLinkHubListCompleteResult, error)
PrivateEndpointConnectionsPrivateLinkHubListComplete retrieves all the results into a single object
func (PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubListCompleteMatchingPredicate ¶
func (c PrivateLinkHubsClient) PrivateEndpointConnectionsPrivateLinkHubListCompleteMatchingPredicate(ctx context.Context, id PrivateLinkHubId, predicate PrivateEndpointConnectionForPrivateLinkHubOperationPredicate) (result PrivateEndpointConnectionsPrivateLinkHubListCompleteResult, err error)
PrivateEndpointConnectionsPrivateLinkHubListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PrivateLinkHubsClient) Update ¶
func (c PrivateLinkHubsClient) Update(ctx context.Context, id PrivateLinkHubId, input PrivateLinkHubPatchInfo) (result UpdateOperationResponse, err error)
Update ...
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrivateLinkHub }
Source Files ¶
- client.go
- id_privatelinkhub.go
- id_privatelinkhubprivateendpointconnection.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_list.go
- method_listbyresourcegroup.go
- method_privateendpointconnectionsprivatelinkhubget.go
- method_privateendpointconnectionsprivatelinkhublist.go
- method_update.go
- model_privateendpoint.go
- model_privateendpointconnectionforprivatelinkhub.go
- model_privateendpointconnectionforprivatelinkhubbasic.go
- model_privateendpointconnectionproperties.go
- model_privatelinkhub.go
- model_privatelinkhubpatchinfo.go
- model_privatelinkhubproperties.go
- model_privatelinkserviceconnectionstate.go
- predicates.go
- version.go