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 PossibleValuesForProvisioningState() []string + func PossibleValuesForVersioningScheme() []string + func ValidateGatewayApiID(input interface{}, key string) (warnings []string, errors []error) + func ValidateServiceGatewayID(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 AssociationContract struct + Id *string + Name *string + Properties *AssociationContractProperties + Type *string + type AssociationContractProperties struct + ProvisioningState *ProvisioningState + 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 CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ApiContract + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GatewayApiClient struct + Client *resourcemanager.Client + func NewGatewayApiClientWithBaseURI(sdkApi sdkEnv.Api) (*GatewayApiClient, error) + func (c GatewayApiClient) CreateOrUpdate(ctx context.Context, id GatewayApiId, input AssociationContract) (result CreateOrUpdateOperationResponse, err error) + func (c GatewayApiClient) Delete(ctx context.Context, id GatewayApiId) (result DeleteOperationResponse, err error) + func (c GatewayApiClient) GetEntityTag(ctx context.Context, id GatewayApiId) (result GetEntityTagOperationResponse, err error) + func (c GatewayApiClient) ListByService(ctx context.Context, id ServiceGatewayId, ...) (result ListByServiceOperationResponse, err error) + func (c GatewayApiClient) ListByServiceComplete(ctx context.Context, id ServiceGatewayId, ...) (ListByServiceCompleteResult, error) + func (c GatewayApiClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceGatewayId, ...) (result ListByServiceCompleteResult, err error) + type GatewayApiId struct + ApiId string + GatewayId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewGatewayApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) GatewayApiId + func ParseGatewayApiID(input string) (*GatewayApiId, error) + func ParseGatewayApiIDInsensitively(input string) (*GatewayApiId, error) + func (id *GatewayApiId) FromParseResult(input resourceids.ParseResult) error + func (id GatewayApiId) ID() string + func (id GatewayApiId) Segments() []resourceids.Segment + func (id GatewayApiId) String() string + type GetEntityTagOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ListByServiceCompleteResult struct + Items []ApiContract + LatestHttpResponse *http.Response + type ListByServiceCustomPager struct + NextLink *odata.Link + func (p *ListByServiceCustomPager) NextPageLink() *odata.Link + type ListByServiceOperationOptions struct + Filter *string + Skip *int64 + Top *int64 + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *[]ApiContract + OData *odata.OData + type OAuth2AuthenticationSettingsContract struct + AuthorizationServerId *string + Scope *string + type OpenIdAuthenticationSettingsContract struct + BearerTokenSendingMethods *[]BearerTokenSendingMethods + OpenidProviderId *string + type Protocol string + const ProtocolHTTP + const ProtocolHTTPS + const ProtocolWs + const ProtocolWss + func (s *Protocol) UnmarshalJSON(bytes []byte) error + type ProvisioningState string + const ProvisioningStateCreated + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type ServiceGatewayId struct + GatewayId string + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceGatewayID(subscriptionId string, resourceGroupName string, serviceName string, ...) ServiceGatewayId + func ParseServiceGatewayID(input string) (*ServiceGatewayId, error) + func ParseServiceGatewayIDInsensitively(input string) (*ServiceGatewayId, error) + func (id *ServiceGatewayId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceGatewayId) ID() string + func (id ServiceGatewayId) Segments() []resourceids.Segment + func (id ServiceGatewayId) String() string + type SubscriptionKeyParameterNamesContract struct + Header *string + Query *string + type VersioningScheme string + const VersioningSchemeHeader + const VersioningSchemeQuery + const VersioningSchemeSegment + func (s *VersioningScheme) UnmarshalJSON(bytes []byte) error