Documentation ¶
Index ¶
- func ValidatePrivateLinkForAzureAdID(input interface{}, key string) (warnings []string, errors []error)
- func ValidatePrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error)
- type GetOperationResponse
- type ListByPrivateLinkPolicyCompleteResult
- type ListByPrivateLinkPolicyOperationResponse
- type PrivateLinkForAzureAdId
- type PrivateLinkResource
- type PrivateLinkResourceId
- type PrivateLinkResourceOperationPredicate
- type PrivateLinkResourceProperties
- type PrivateLinkResourcesClient
- func (c PrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkResourceId) (result GetOperationResponse, err error)
- func (c PrivateLinkResourcesClient) ListByPrivateLinkPolicy(ctx context.Context, id PrivateLinkForAzureAdId) (result ListByPrivateLinkPolicyOperationResponse, err error)
- func (c PrivateLinkResourcesClient) ListByPrivateLinkPolicyComplete(ctx context.Context, id PrivateLinkForAzureAdId) (ListByPrivateLinkPolicyCompleteResult, error)
- func (c PrivateLinkResourcesClient) ListByPrivateLinkPolicyCompleteMatchingPredicate(ctx context.Context, id PrivateLinkForAzureAdId, ...) (result ListByPrivateLinkPolicyCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidatePrivateLinkForAzureAdID ¶
func ValidatePrivateLinkForAzureAdID(input interface{}, key string) (warnings []string, errors []error)
ValidatePrivateLinkForAzureAdID checks that 'input' can be parsed as a Private Link For Azure Ad ID
func ValidatePrivateLinkResourceID ¶
func ValidatePrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error)
ValidatePrivateLinkResourceID checks that 'input' can be parsed as a Private Link Resource ID
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrivateLinkResource }
type ListByPrivateLinkPolicyCompleteResult ¶
type ListByPrivateLinkPolicyCompleteResult struct {
Items []PrivateLinkResource
}
type ListByPrivateLinkPolicyOperationResponse ¶
type ListByPrivateLinkPolicyOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PrivateLinkResource }
type PrivateLinkForAzureAdId ¶
type PrivateLinkForAzureAdId struct { SubscriptionId string ResourceGroupName string PrivateLinkForAzureAdName string }
PrivateLinkForAzureAdId is a struct representing the Resource ID for a Private Link For Azure Ad
func NewPrivateLinkForAzureAdID ¶
func NewPrivateLinkForAzureAdID(subscriptionId string, resourceGroupName string, privateLinkForAzureAdName string) PrivateLinkForAzureAdId
NewPrivateLinkForAzureAdID returns a new PrivateLinkForAzureAdId struct
func ParsePrivateLinkForAzureAdID ¶
func ParsePrivateLinkForAzureAdID(input string) (*PrivateLinkForAzureAdId, error)
ParsePrivateLinkForAzureAdID parses 'input' into a PrivateLinkForAzureAdId
func ParsePrivateLinkForAzureAdIDInsensitively ¶
func ParsePrivateLinkForAzureAdIDInsensitively(input string) (*PrivateLinkForAzureAdId, error)
ParsePrivateLinkForAzureAdIDInsensitively parses 'input' case-insensitively into a PrivateLinkForAzureAdId note: this method should only be used for API response data and not user input
func (PrivateLinkForAzureAdId) ID ¶
func (id PrivateLinkForAzureAdId) ID() string
ID returns the formatted Private Link For Azure Ad ID
func (PrivateLinkForAzureAdId) Segments ¶
func (id PrivateLinkForAzureAdId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Link For Azure Ad ID
func (PrivateLinkForAzureAdId) String ¶
func (id PrivateLinkForAzureAdId) String() string
String returns a human-readable description of this Private Link For Azure Ad ID
type PrivateLinkResource ¶
type PrivateLinkResource struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateLinkResourceProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateLinkResourceId ¶
type PrivateLinkResourceId struct { SubscriptionId string ResourceGroupName string PrivateLinkForAzureAdName string PrivateLinkResourceName string }
PrivateLinkResourceId is a struct representing the Resource ID for a Private Link Resource
func NewPrivateLinkResourceID ¶
func NewPrivateLinkResourceID(subscriptionId string, resourceGroupName string, privateLinkForAzureAdName string, privateLinkResourceName string) PrivateLinkResourceId
NewPrivateLinkResourceID returns a new PrivateLinkResourceId struct
func ParsePrivateLinkResourceID ¶
func ParsePrivateLinkResourceID(input string) (*PrivateLinkResourceId, error)
ParsePrivateLinkResourceID parses 'input' into a PrivateLinkResourceId
func ParsePrivateLinkResourceIDInsensitively ¶
func ParsePrivateLinkResourceIDInsensitively(input string) (*PrivateLinkResourceId, error)
ParsePrivateLinkResourceIDInsensitively parses 'input' case-insensitively into a PrivateLinkResourceId note: this method should only be used for API response data and not user input
func (PrivateLinkResourceId) ID ¶
func (id PrivateLinkResourceId) ID() string
ID returns the formatted Private Link Resource ID
func (PrivateLinkResourceId) Segments ¶
func (id PrivateLinkResourceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Link Resource ID
func (PrivateLinkResourceId) String ¶
func (id PrivateLinkResourceId) String() string
String returns a human-readable description of this Private Link Resource ID
type PrivateLinkResourceOperationPredicate ¶
func (PrivateLinkResourceOperationPredicate) Matches ¶
func (p PrivateLinkResourceOperationPredicate) Matches(input PrivateLinkResource) bool
type PrivateLinkResourcesClient ¶
type PrivateLinkResourcesClient struct {
Client *resourcemanager.Client
}
func NewPrivateLinkResourcesClientWithBaseURI ¶
func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error)
func (PrivateLinkResourcesClient) Get ¶
func (c PrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkResourceId) (result GetOperationResponse, err error)
Get ...
func (PrivateLinkResourcesClient) ListByPrivateLinkPolicy ¶
func (c PrivateLinkResourcesClient) ListByPrivateLinkPolicy(ctx context.Context, id PrivateLinkForAzureAdId) (result ListByPrivateLinkPolicyOperationResponse, err error)
ListByPrivateLinkPolicy ...
func (PrivateLinkResourcesClient) ListByPrivateLinkPolicyComplete ¶
func (c PrivateLinkResourcesClient) ListByPrivateLinkPolicyComplete(ctx context.Context, id PrivateLinkForAzureAdId) (ListByPrivateLinkPolicyCompleteResult, error)
ListByPrivateLinkPolicyComplete retrieves all the results into a single object
func (PrivateLinkResourcesClient) ListByPrivateLinkPolicyCompleteMatchingPredicate ¶
func (c PrivateLinkResourcesClient) ListByPrivateLinkPolicyCompleteMatchingPredicate(ctx context.Context, id PrivateLinkForAzureAdId, predicate PrivateLinkResourceOperationPredicate) (result ListByPrivateLinkPolicyCompleteResult, err error)
ListByPrivateLinkPolicyCompleteMatchingPredicate retrieves all the results and then applies the predicate