Documentation ¶
Index ¶
- func ValidatePrivateLinkForAzureAdID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionOperationResponse
- type ListCompleteResult
- type ListOperationResponse
- type PrivateLinkForAzureAdClient
- func (c PrivateLinkForAzureAdClient) Create(ctx context.Context, id PrivateLinkForAzureAdId, input PrivateLinkPolicy) (result CreateOperationResponse, err error)
- func (c PrivateLinkForAzureAdClient) CreateThenPoll(ctx context.Context, id PrivateLinkForAzureAdId, input PrivateLinkPolicy) error
- func (c PrivateLinkForAzureAdClient) Delete(ctx context.Context, id PrivateLinkForAzureAdId) (result DeleteOperationResponse, err error)
- func (c PrivateLinkForAzureAdClient) Get(ctx context.Context, id PrivateLinkForAzureAdId) (result GetOperationResponse, err error)
- func (c PrivateLinkForAzureAdClient) List(ctx context.Context, id commonids.ResourceGroupId) (result ListOperationResponse, err error)
- func (c PrivateLinkForAzureAdClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c PrivateLinkForAzureAdClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c PrivateLinkForAzureAdClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- func (c PrivateLinkForAzureAdClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error)
- func (c PrivateLinkForAzureAdClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListCompleteResult, err error)
- func (c PrivateLinkForAzureAdClient) Update(ctx context.Context, id PrivateLinkForAzureAdId, ...) (result UpdateOperationResponse, err error)
- type PrivateLinkForAzureAdId
- type PrivateLinkPolicy
- type PrivateLinkPolicyOperationPredicate
- type PrivateLinkPolicyUpdateParameter
- type UpdateOperationResponse
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
Types ¶
type CreateOperationResponse ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrivateLinkPolicy }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct {
Items []PrivateLinkPolicy
}
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PrivateLinkPolicy }
type ListCompleteResult ¶
type ListCompleteResult struct {
Items []PrivateLinkPolicy
}
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PrivateLinkPolicy }
type PrivateLinkForAzureAdClient ¶
type PrivateLinkForAzureAdClient struct {
Client *resourcemanager.Client
}
func NewPrivateLinkForAzureAdClientWithBaseURI ¶
func NewPrivateLinkForAzureAdClientWithBaseURI(api environments.Api) (*PrivateLinkForAzureAdClient, error)
func (PrivateLinkForAzureAdClient) Create ¶
func (c PrivateLinkForAzureAdClient) Create(ctx context.Context, id PrivateLinkForAzureAdId, input PrivateLinkPolicy) (result CreateOperationResponse, err error)
Create ...
func (PrivateLinkForAzureAdClient) CreateThenPoll ¶
func (c PrivateLinkForAzureAdClient) CreateThenPoll(ctx context.Context, id PrivateLinkForAzureAdId, input PrivateLinkPolicy) error
CreateThenPoll performs Create then polls until it's completed
func (PrivateLinkForAzureAdClient) Delete ¶
func (c PrivateLinkForAzureAdClient) Delete(ctx context.Context, id PrivateLinkForAzureAdId) (result DeleteOperationResponse, err error)
Delete ...
func (PrivateLinkForAzureAdClient) Get ¶
func (c PrivateLinkForAzureAdClient) Get(ctx context.Context, id PrivateLinkForAzureAdId) (result GetOperationResponse, err error)
Get ...
func (PrivateLinkForAzureAdClient) List ¶
func (c PrivateLinkForAzureAdClient) List(ctx context.Context, id commonids.ResourceGroupId) (result ListOperationResponse, err error)
List ...
func (PrivateLinkForAzureAdClient) ListBySubscription ¶
func (c PrivateLinkForAzureAdClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (PrivateLinkForAzureAdClient) ListBySubscriptionComplete ¶
func (c PrivateLinkForAzureAdClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (PrivateLinkForAzureAdClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c PrivateLinkForAzureAdClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate PrivateLinkPolicyOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PrivateLinkForAzureAdClient) ListComplete ¶
func (c PrivateLinkForAzureAdClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (PrivateLinkForAzureAdClient) ListCompleteMatchingPredicate ¶
func (c PrivateLinkForAzureAdClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate PrivateLinkPolicyOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (PrivateLinkForAzureAdClient) Update ¶
func (c PrivateLinkForAzureAdClient) Update(ctx context.Context, id PrivateLinkForAzureAdId, input PrivateLinkPolicyUpdateParameter) (result UpdateOperationResponse, err error)
Update ...
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 PrivateLinkPolicy ¶
type PrivateLinkPolicy struct { AllTenants *bool `json:"allTenants,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` OwnerTenantId *string `json:"ownerTenantId,omitempty"` ResourceGroup *string `json:"resourceGroup,omitempty"` ResourceName *string `json:"resourceName,omitempty"` SubscriptionId *string `json:"subscriptionId,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Tenants *[]string `json:"tenants,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateLinkPolicyOperationPredicate ¶
type PrivateLinkPolicyOperationPredicate struct { AllTenants *bool Id *string Name *string OwnerTenantId *string ResourceGroup *string ResourceName *string SubscriptionId *string Type *string }
func (PrivateLinkPolicyOperationPredicate) Matches ¶
func (p PrivateLinkPolicyOperationPredicate) Matches(input PrivateLinkPolicy) bool
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrivateLinkPolicy }