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 PossibleValuesForApiGatewaySkuType() []string + func PossibleValuesForVirtualNetworkType() []string + func ValidateGatewayID(input interface{}, key string) (warnings []string, errors []error) + type ApiGatewayClient struct + Client *resourcemanager.Client + func NewApiGatewayClientWithBaseURI(sdkApi sdkEnv.Api) (*ApiGatewayClient, error) + func (c ApiGatewayClient) CreateOrUpdate(ctx context.Context, id GatewayId, input ApiManagementGatewayResource) (result CreateOrUpdateOperationResponse, err error) + func (c ApiGatewayClient) CreateOrUpdateThenPoll(ctx context.Context, id GatewayId, input ApiManagementGatewayResource) error + func (c ApiGatewayClient) Delete(ctx context.Context, id GatewayId) (result DeleteOperationResponse, err error) + func (c ApiGatewayClient) DeleteThenPoll(ctx context.Context, id GatewayId) error + func (c ApiGatewayClient) Get(ctx context.Context, id GatewayId) (result GetOperationResponse, err error) + func (c ApiGatewayClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c ApiGatewayClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c ApiGatewayClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c ApiGatewayClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c ApiGatewayClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c ApiGatewayClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c ApiGatewayClient) Update(ctx context.Context, id GatewayId, input ApiManagementGatewayUpdateParameters) (result UpdateOperationResponse, err error) + func (c ApiGatewayClient) UpdateThenPoll(ctx context.Context, id GatewayId, input ApiManagementGatewayUpdateParameters) error + type ApiGatewaySkuType string + const ApiGatewaySkuTypeStandard + const ApiGatewaySkuTypeWorkspaceGatewayPremium + const ApiGatewaySkuTypeWorkspaceGatewayStandard + func (s *ApiGatewaySkuType) UnmarshalJSON(bytes []byte) error + type ApiManagementGatewayBaseProperties struct + Backend *BackendConfiguration + ConfigurationApi *GatewayConfigurationApi + CreatedAtUtc *string + Frontend *FrontendConfiguration + ProvisioningState *string + TargetProvisioningState *string + VirtualNetworkType *VirtualNetworkType + func (o *ApiManagementGatewayBaseProperties) GetCreatedAtUtcAsTime() (*time.Time, error) + func (o *ApiManagementGatewayBaseProperties) SetCreatedAtUtcAsTime(input time.Time) + type ApiManagementGatewayResource struct + Etag *string + Id *string + Location string + Name *string + Properties ApiManagementGatewayBaseProperties + Sku ApiManagementGatewaySkuProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type ApiManagementGatewayResourceOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p ApiManagementGatewayResourceOperationPredicate) Matches(input ApiManagementGatewayResource) bool + type ApiManagementGatewaySkuProperties struct + Capacity *int64 + Name ApiGatewaySkuType + type ApiManagementGatewaySkuPropertiesForPatch struct + Capacity *int64 + Name *ApiGatewaySkuType + type ApiManagementGatewayUpdateParameters struct + Etag *string + Id *string + Name *string + Properties *ApiManagementGatewayBaseProperties + Sku *ApiManagementGatewaySkuPropertiesForPatch + Tags *map[string]string + Type *string + type BackendConfiguration struct + Subnet *BackendSubnetConfiguration + type BackendSubnetConfiguration struct + Id *string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *ApiManagementGatewayResource + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + Model *ApiManagementGatewayResource + OData *odata.OData + Poller pollers.Poller + type FrontendConfiguration struct + DefaultHostname *string + type GatewayConfigurationApi struct + Hostname *string + type GatewayId struct + GatewayName string + ResourceGroupName string + SubscriptionId string + func NewGatewayID(subscriptionId string, resourceGroupName string, gatewayName string) GatewayId + func ParseGatewayID(input string) (*GatewayId, error) + func ParseGatewayIDInsensitively(input string) (*GatewayId, error) + func (id *GatewayId) FromParseResult(input resourceids.ParseResult) error + func (id GatewayId) ID() string + func (id GatewayId) Segments() []resourceids.Segment + func (id GatewayId) String() string + type GetOperationResponse struct + HttpResponse *http.Response + Model *ApiManagementGatewayResource + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []ApiManagementGatewayResource + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]ApiManagementGatewayResource + OData *odata.OData + type ListCompleteResult struct + Items []ApiManagementGatewayResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ApiManagementGatewayResource + OData *odata.OData + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *ApiManagementGatewayResource + OData *odata.OData + Poller pollers.Poller + type VirtualNetworkType string + const VirtualNetworkTypeExternal + const VirtualNetworkTypeInternal + const VirtualNetworkTypeNone + func (s *VirtualNetworkType) UnmarshalJSON(bytes []byte) error