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 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) (resp APICollectionsListByAzureApiManagementServiceOperationResponse, err error)
- func (c APIMConfigClient) APICollectionsListByAzureApiManagementServiceComplete(ctx context.Context, id ServiceId) (APICollectionsListByAzureApiManagementServiceCompleteResult, error)
- func (c APIMConfigClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, predicate ApiCollectionOperationPredicate) (resp 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 Model *ApiCollection }
type APICollectionsListByAzureApiManagementServiceCompleteResult ¶
type APICollectionsListByAzureApiManagementServiceCompleteResult struct {
Items []ApiCollection
}
type APICollectionsListByAzureApiManagementServiceOperationResponse ¶
type APICollectionsListByAzureApiManagementServiceOperationResponse struct { HttpResponse *http.Response Model *[]ApiCollection // contains filtered or unexported fields }
func (APICollectionsListByAzureApiManagementServiceOperationResponse) HasMore ¶
func (r APICollectionsListByAzureApiManagementServiceOperationResponse) HasMore() bool
func (APICollectionsListByAzureApiManagementServiceOperationResponse) LoadMore ¶
func (r APICollectionsListByAzureApiManagementServiceOperationResponse) LoadMore(ctx context.Context) (resp APICollectionsListByAzureApiManagementServiceOperationResponse, err error)
type APICollectionsOnboardAzureApiManagementApiOperationResponse ¶
type APICollectionsOnboardAzureApiManagementApiOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type APIMConfigClient ¶
func NewAPIMConfigClientWithBaseURI ¶
func NewAPIMConfigClientWithBaseURI(endpoint string) APIMConfigClient
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) (resp APICollectionsListByAzureApiManagementServiceOperationResponse, err error)
APICollectionsListByAzureApiManagementService ...
func (APIMConfigClient) APICollectionsListByAzureApiManagementServiceComplete ¶
func (c APIMConfigClient) APICollectionsListByAzureApiManagementServiceComplete(ctx context.Context, id ServiceId) (APICollectionsListByAzureApiManagementServiceCompleteResult, error)
APICollectionsListByAzureApiManagementServiceComplete retrieves all of the results into a single object
func (APIMConfigClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate ¶
func (c APIMConfigClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, predicate ApiCollectionOperationPredicate) (resp APICollectionsListByAzureApiManagementServiceCompleteResult, err error)
APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate retrieves all of the results and then applied 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) 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" )
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) 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_autorest.go
- method_apicollectionslistbyazureapimanagementservice_autorest.go
- method_apicollectionsoffboardazureapimanagementapi_autorest.go
- method_apicollectionsonboardazureapimanagementapi_autorest.go
- model_apicollection.go
- model_apicollectionproperties.go
- predicates.go
- version.go