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 PossibleValuesForApiType() []string + func PossibleValuesForBearerTokenSendingMethods() []string + func PossibleValuesForProtocol() []string + func PossibleValuesForVersioningScheme() []string + func ValidateProductApiID(input interface{}, key string) (warnings []string, errors []error) + func ValidateProductID(input interface{}, key string) (warnings []string, errors []error) + type ApiContactInformation struct + Email *string + Name *string + Url *string + type ApiContract struct + Id *string + Name *string + Properties *ApiContractProperties + Type *string + type ApiContractOperationPredicate struct + Id *string + Name *string + Type *string + func (p ApiContractOperationPredicate) Matches(input ApiContract) bool + type ApiContractProperties struct + ApiRevision *string + ApiRevisionDescription *string + ApiVersion *string + ApiVersionDescription *string + ApiVersionSet *ApiVersionSetContractDetails + ApiVersionSetId *string + AuthenticationSettings *AuthenticationSettingsContract + Contact *ApiContactInformation + Description *string + DisplayName *string + IsCurrent *bool + IsOnline *bool + License *ApiLicenseInformation + Path string + Protocols *[]Protocol + ProvisioningState *string + ServiceURL *string + SourceApiId *string + SubscriptionKeyParameterNames *SubscriptionKeyParameterNamesContract + SubscriptionRequired *bool + TermsOfServiceURL *string + Type *ApiType + type ApiLicenseInformation struct + Name *string + Url *string + type ApiType string + const ApiTypeGraphql + const ApiTypeGrpc + const ApiTypeHTTP + const ApiTypeOdata + const ApiTypeSoap + const ApiTypeWebsocket + func (s *ApiType) UnmarshalJSON(bytes []byte) error + type ApiVersionSetContractDetails struct + Description *string + Id *string + Name *string + VersionHeaderName *string + VersionQueryName *string + VersioningScheme *VersioningScheme + type AuthenticationSettingsContract struct + OAuth2 *OAuth2AuthenticationSettingsContract + OAuth2AuthenticationSettings *[]OAuth2AuthenticationSettingsContract + Openid *OpenIdAuthenticationSettingsContract + OpenidAuthenticationSettings *[]OpenIdAuthenticationSettingsContract + type BearerTokenSendingMethods string + const BearerTokenSendingMethodsAuthorizationHeader + const BearerTokenSendingMethodsQuery + func (s *BearerTokenSendingMethods) UnmarshalJSON(bytes []byte) error + type CheckEntityExistsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ApiContract + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ListByProductCompleteResult struct + Items []ApiContract + LatestHttpResponse *http.Response + type ListByProductCustomPager struct + NextLink *odata.Link + func (p *ListByProductCustomPager) NextPageLink() *odata.Link + type ListByProductOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByProductOperationOptions() ListByProductOperationOptions + func (o ListByProductOperationOptions) ToHeaders() *client.Headers + func (o ListByProductOperationOptions) ToOData() *odata.Query + func (o ListByProductOperationOptions) ToQuery() *client.QueryParams + type ListByProductOperationResponse struct + HttpResponse *http.Response + Model *[]ApiContract + OData *odata.OData + type OAuth2AuthenticationSettingsContract struct + AuthorizationServerId *string + Scope *string + type OpenIdAuthenticationSettingsContract struct + BearerTokenSendingMethods *[]BearerTokenSendingMethods + OpenidProviderId *string + type ProductApiClient struct + Client *resourcemanager.Client + func NewProductApiClientWithBaseURI(sdkApi sdkEnv.Api) (*ProductApiClient, error) + func (c ProductApiClient) CheckEntityExists(ctx context.Context, id ProductApiId) (result CheckEntityExistsOperationResponse, err error) + func (c ProductApiClient) CreateOrUpdate(ctx context.Context, id ProductApiId) (result CreateOrUpdateOperationResponse, err error) + func (c ProductApiClient) Delete(ctx context.Context, id ProductApiId) (result DeleteOperationResponse, err error) + func (c ProductApiClient) ListByProduct(ctx context.Context, id ProductId, options ListByProductOperationOptions) (result ListByProductOperationResponse, err error) + func (c ProductApiClient) ListByProductComplete(ctx context.Context, id ProductId, options ListByProductOperationOptions) (ListByProductCompleteResult, error) + func (c ProductApiClient) ListByProductCompleteMatchingPredicate(ctx context.Context, id ProductId, options ListByProductOperationOptions, ...) (result ListByProductCompleteResult, err error) + type ProductApiId struct + ApiId string + ProductId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewProductApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) ProductApiId + func ParseProductApiID(input string) (*ProductApiId, error) + func ParseProductApiIDInsensitively(input string) (*ProductApiId, error) + func (id *ProductApiId) FromParseResult(input resourceids.ParseResult) error + func (id ProductApiId) ID() string + func (id ProductApiId) Segments() []resourceids.Segment + func (id ProductApiId) String() string + type ProductId struct + ProductId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewProductID(subscriptionId string, resourceGroupName string, serviceName string, ...) ProductId + func ParseProductID(input string) (*ProductId, error) + func ParseProductIDInsensitively(input string) (*ProductId, error) + func (id *ProductId) FromParseResult(input resourceids.ParseResult) error + func (id ProductId) ID() string + func (id ProductId) Segments() []resourceids.Segment + func (id ProductId) String() string + type Protocol string + const ProtocolHTTP + const ProtocolHTTPS + const ProtocolWs + const ProtocolWss + func (s *Protocol) UnmarshalJSON(bytes []byte) error + type SubscriptionKeyParameterNamesContract struct + Header *string + Query *string + type VersioningScheme string + const VersioningSchemeHeader + const VersioningSchemeQuery + const VersioningSchemeSegment + func (s *VersioningScheme) UnmarshalJSON(bytes []byte) error