Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForGroupIdProvisioningState() []string + func ValidateAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkResourceID(input interface{}, key string) (warnings []string, errors []error) + type AccountId struct + AccountName string + ResourceGroupName string + SubscriptionId string + func NewAccountID(subscriptionId string, resourceGroupName string, accountName string) AccountId + func ParseAccountID(input string) (*AccountId, error) + func ParseAccountIDInsensitively(input string) (*AccountId, error) + func (id *AccountId) FromParseResult(input resourceids.ParseResult) error + func (id AccountId) ID() string + func (id AccountId) Segments() []resourceids.Segment + func (id AccountId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *GroupInformation + OData *odata.OData + type GroupIdProvisioningState string + const GroupIdProvisioningStateCanceled + const GroupIdProvisioningStateFailed + const GroupIdProvisioningStateSucceeded + func (s *GroupIdProvisioningState) UnmarshalJSON(bytes []byte) error + type GroupInformation struct + Id *string + Name *string + Properties GroupInformationProperties + SystemData *systemdata.SystemData + Type *string + type GroupInformationOperationPredicate struct + Id *string + Name *string + Type *string + func (p GroupInformationOperationPredicate) Matches(input GroupInformation) bool + type GroupInformationProperties struct + GroupId *string + ProvisioningState *GroupIdProvisioningState + RequiredMembers *[]string + RequiredZoneNames *[]string + type ListByAccountCompleteResult struct + Items []GroupInformation + LatestHttpResponse *http.Response + type ListByAccountCustomPager struct + NextLink *odata.Link + func (p *ListByAccountCustomPager) NextPageLink() *odata.Link + type ListByAccountOperationResponse struct + HttpResponse *http.Response + Model *[]GroupInformation + OData *odata.OData + type PrivateLinkResourceId struct + AccountName string + GroupId string + ResourceGroupName string + SubscriptionId string + func NewPrivateLinkResourceID(subscriptionId string, resourceGroupName string, accountName string, ...) PrivateLinkResourceId + func ParsePrivateLinkResourceID(input string) (*PrivateLinkResourceId, error) + func ParsePrivateLinkResourceIDInsensitively(input string) (*PrivateLinkResourceId, error) + func (id *PrivateLinkResourceId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkResourceId) ID() string + func (id PrivateLinkResourceId) Segments() []resourceids.Segment + func (id PrivateLinkResourceId) String() string + type PrivateLinkResourcesClient struct + Client *resourcemanager.Client + func NewPrivateLinkResourcesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkResourcesClient, error) + func (c PrivateLinkResourcesClient) Get(ctx context.Context, id PrivateLinkResourceId) (result GetOperationResponse, err error) + func (c PrivateLinkResourcesClient) ListByAccount(ctx context.Context, id AccountId) (result ListByAccountOperationResponse, err error) + func (c PrivateLinkResourcesClient) ListByAccountComplete(ctx context.Context, id AccountId) (ListByAccountCompleteResult, error) + func (c PrivateLinkResourcesClient) ListByAccountCompleteMatchingPredicate(ctx context.Context, id AccountId, ...) (result ListByAccountCompleteResult, err error)