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 ValidateProviderID(input interface{}, key string) (warnings []string, errors []error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *Provider + OData *odata.OData + type ListCompleteResult struct + Items []Provider + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Top *int64 + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Provider + OData *odata.OData + type Provider struct + Id *string + Namespace *string + RegistrationState *string + ResourceTypes *[]ProviderResourceType + type ProviderId struct + ProviderName string + SubscriptionId string + func NewProviderID(subscriptionId string, providerName string) ProviderId + func ParseProviderID(input string) (*ProviderId, error) + func ParseProviderIDInsensitively(input string) (*ProviderId, error) + func (id *ProviderId) FromParseResult(input resourceids.ParseResult) error + func (id ProviderId) ID() string + func (id ProviderId) Segments() []resourceids.Segment + func (id ProviderId) String() string + type ProviderOperationPredicate struct + Id *string + Namespace *string + RegistrationState *string + func (p ProviderOperationPredicate) Matches(input Provider) bool + type ProviderResourceType struct + ApiVersions *[]string + Locations *[]string + Properties *map[string]string + ResourceType *string + type ProvidersClient struct + Client *resourcemanager.Client + func NewProvidersClientWithBaseURI(sdkApi sdkEnv.Api) (*ProvidersClient, error) + func (c ProvidersClient) Get(ctx context.Context, id ProviderId) (result GetOperationResponse, err error) + func (c ProvidersClient) List(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c ProvidersClient) ListComplete(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions) (ListCompleteResult, error) + func (c ProvidersClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c ProvidersClient) Register(ctx context.Context, id ProviderId) (result RegisterOperationResponse, err error) + func (c ProvidersClient) Unregister(ctx context.Context, id ProviderId) (result UnregisterOperationResponse, err error) + type RegisterOperationResponse struct + HttpResponse *http.Response + Model *Provider + OData *odata.OData + type UnregisterOperationResponse struct + HttpResponse *http.Response + Model *Provider + OData *odata.OData