Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateApiCollectionID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error)
- type APICollectionsGetByAzureApiManagementServiceOperationResponse
- type APICollectionsListByAzureApiManagementServiceCompleteResult
- type APICollectionsListByAzureApiManagementServiceCustomPager
- type APICollectionsListByAzureApiManagementServiceOperationResponse
- type APICollectionsOffboardAzureApiManagementApiOperationResponse
- type APICollectionsOnboardAzureApiManagementApiOperationResponse
- type APIMConfigClient
- func (c APIMConfigClient) APICollectionsGetByAzureApiManagementService(ctx context.Context, id ApiCollectionId) (result APICollectionsGetByAzureApiManagementServiceOperationResponse, ...)
- func (c APIMConfigClient) APICollectionsListByAzureApiManagementService(ctx context.Context, id ServiceId) (result APICollectionsListByAzureApiManagementServiceOperationResponse, ...)
- func (c APIMConfigClient) APICollectionsListByAzureApiManagementServiceComplete(ctx context.Context, id ServiceId) (APICollectionsListByAzureApiManagementServiceCompleteResult, error)
- func (c APIMConfigClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, predicate ApiCollectionOperationPredicate) (result APICollectionsListByAzureApiManagementServiceCompleteResult, err error)
- func (c APIMConfigClient) APICollectionsOffboardAzureApiManagementApi(ctx context.Context, id ApiCollectionId) (result APICollectionsOffboardAzureApiManagementApiOperationResponse, err error)
- func (c APIMConfigClient) APICollectionsOnboardAzureApiManagementApi(ctx context.Context, id ApiCollectionId) (result APICollectionsOnboardAzureApiManagementApiOperationResponse, err error)
- func (c APIMConfigClient) APICollectionsOnboardAzureApiManagementApiThenPoll(ctx context.Context, id ApiCollectionId) error
- type ApiCollection
- type ApiCollectionId
- type ApiCollectionOperationPredicate
- type ApiCollectionProperties
- type ProvisioningState
- type ServiceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateApiCollectionID ¶
ValidateApiCollectionID checks that 'input' can be parsed as a Api Collection ID
func ValidateServiceID ¶
ValidateServiceID checks that 'input' can be parsed as a Service ID
Types ¶
type APICollectionsGetByAzureApiManagementServiceOperationResponse ¶
type APICollectionsGetByAzureApiManagementServiceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ApiCollection }
type APICollectionsListByAzureApiManagementServiceCompleteResult ¶
type APICollectionsListByAzureApiManagementServiceCompleteResult struct { LatestHttpResponse *http.Response Items []ApiCollection }
type APICollectionsListByAzureApiManagementServiceCustomPager ¶ added in v0.20240628.1153531
type APICollectionsListByAzureApiManagementServiceCustomPager struct {
NextLink *odata.Link `json:"nextLink"`
}
func (*APICollectionsListByAzureApiManagementServiceCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *APICollectionsListByAzureApiManagementServiceCustomPager) NextPageLink() *odata.Link
type APICollectionsListByAzureApiManagementServiceOperationResponse ¶
type APICollectionsListByAzureApiManagementServiceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ApiCollection }
type APIMConfigClient ¶
type APIMConfigClient struct {
Client *resourcemanager.Client
}
func NewAPIMConfigClientWithBaseURI ¶
func NewAPIMConfigClientWithBaseURI(sdkApi sdkEnv.Api) (*APIMConfigClient, error)
func (APIMConfigClient) APICollectionsGetByAzureApiManagementService ¶
func (c APIMConfigClient) APICollectionsGetByAzureApiManagementService(ctx context.Context, id ApiCollectionId) (result APICollectionsGetByAzureApiManagementServiceOperationResponse, err error)
APICollectionsGetByAzureApiManagementService ...
func (APIMConfigClient) APICollectionsListByAzureApiManagementService ¶
func (c APIMConfigClient) APICollectionsListByAzureApiManagementService(ctx context.Context, id ServiceId) (result APICollectionsListByAzureApiManagementServiceOperationResponse, err error)
APICollectionsListByAzureApiManagementService ...
func (APIMConfigClient) APICollectionsListByAzureApiManagementServiceComplete ¶
func (c APIMConfigClient) APICollectionsListByAzureApiManagementServiceComplete(ctx context.Context, id ServiceId) (APICollectionsListByAzureApiManagementServiceCompleteResult, error)
APICollectionsListByAzureApiManagementServiceComplete retrieves all the results into a single object
func (APIMConfigClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate ¶
func (c APIMConfigClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, predicate ApiCollectionOperationPredicate) (result APICollectionsListByAzureApiManagementServiceCompleteResult, err error)
APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (APIMConfigClient) APICollectionsOffboardAzureApiManagementApi ¶
func (c APIMConfigClient) APICollectionsOffboardAzureApiManagementApi(ctx context.Context, id ApiCollectionId) (result APICollectionsOffboardAzureApiManagementApiOperationResponse, err error)
APICollectionsOffboardAzureApiManagementApi ...
func (APIMConfigClient) APICollectionsOnboardAzureApiManagementApi ¶
func (c APIMConfigClient) APICollectionsOnboardAzureApiManagementApi(ctx context.Context, id ApiCollectionId) (result APICollectionsOnboardAzureApiManagementApiOperationResponse, err error)
APICollectionsOnboardAzureApiManagementApi ...
func (APIMConfigClient) APICollectionsOnboardAzureApiManagementApiThenPoll ¶
func (c APIMConfigClient) APICollectionsOnboardAzureApiManagementApiThenPoll(ctx context.Context, id ApiCollectionId) error
APICollectionsOnboardAzureApiManagementApiThenPoll performs APICollectionsOnboardAzureApiManagementApi then polls until it's completed
type ApiCollection ¶
type ApiCollection struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *ApiCollectionProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ApiCollectionId ¶
type ApiCollectionId struct { SubscriptionId string ResourceGroupName string ServiceName string ApiId string }
ApiCollectionId is a struct representing the Resource ID for a Api Collection
func NewApiCollectionID ¶
func NewApiCollectionID(subscriptionId string, resourceGroupName string, serviceName string, apiId string) ApiCollectionId
NewApiCollectionID returns a new ApiCollectionId struct
func ParseApiCollectionID ¶
func ParseApiCollectionID(input string) (*ApiCollectionId, error)
ParseApiCollectionID parses 'input' into a ApiCollectionId
func ParseApiCollectionIDInsensitively ¶
func ParseApiCollectionIDInsensitively(input string) (*ApiCollectionId, error)
ParseApiCollectionIDInsensitively parses 'input' case-insensitively into a ApiCollectionId note: this method should only be used for API response data and not user input
func (*ApiCollectionId) FromParseResult ¶
func (id *ApiCollectionId) FromParseResult(input resourceids.ParseResult) error
func (ApiCollectionId) ID ¶
func (id ApiCollectionId) ID() string
ID returns the formatted Api Collection ID
func (ApiCollectionId) Segments ¶
func (id ApiCollectionId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Api Collection ID
func (ApiCollectionId) String ¶
func (id ApiCollectionId) String() string
String returns a human-readable description of this Api Collection ID
type ApiCollectionOperationPredicate ¶
func (ApiCollectionOperationPredicate) Matches ¶
func (p ApiCollectionOperationPredicate) Matches(input ApiCollection) bool
type ApiCollectionProperties ¶
type ApiCollectionProperties struct { BaseUrl *string `json:"baseUrl,omitempty"` DiscoveredVia *string `json:"discoveredVia,omitempty"` DisplayName *string `json:"displayName,omitempty"` NumberOfApiEndpoints *int64 `json:"numberOfApiEndpoints,omitempty"` NumberOfApiEndpointsWithSensitiveDataExposed *int64 `json:"numberOfApiEndpointsWithSensitiveDataExposed,omitempty"` NumberOfExternalApiEndpoints *int64 `json:"numberOfExternalApiEndpoints,omitempty"` NumberOfInactiveApiEndpoints *int64 `json:"numberOfInactiveApiEndpoints,omitempty"` NumberOfUnauthenticatedApiEndpoints *int64 `json:"numberOfUnauthenticatedApiEndpoints,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` SensitivityLabel *string `json:"sensitivityLabel,omitempty"` }
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateInProgress ProvisioningState = "InProgress" ProvisioningStateSucceeded ProvisioningState = "Succeeded" )
func (*ProvisioningState) UnmarshalJSON ¶ added in v0.20240228.1142829
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type ServiceId ¶
ServiceId is a struct representing the Resource ID for a Service
func NewServiceID ¶
NewServiceID returns a new ServiceId struct
func ParseServiceID ¶
ParseServiceID parses 'input' into a ServiceId
func ParseServiceIDInsensitively ¶
ParseServiceIDInsensitively parses 'input' case-insensitively into a ServiceId note: this method should only be used for API response data and not user input
func (*ServiceId) FromParseResult ¶
func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error
func (ServiceId) Segments ¶
func (id ServiceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Service ID
Source Files ¶
- client.go
- constants.go
- id_apicollection.go
- id_service.go
- method_apicollectionsgetbyazureapimanagementservice.go
- method_apicollectionslistbyazureapimanagementservice.go
- method_apicollectionsoffboardazureapimanagementapi.go
- method_apicollectionsonboardazureapimanagementapi.go
- model_apicollection.go
- model_apicollectionproperties.go
- predicates.go
- version.go