Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error)
- type APICollectionsListByAzureApiManagementServiceCompleteResult
- type APICollectionsListByAzureApiManagementServiceOperationResponse
- type APICollectionsListByResourceGroupCompleteResult
- type APICollectionsListByResourceGroupOperationResponse
- type APICollectionsListBySubscriptionCompleteResult
- type APICollectionsListBySubscriptionOperationResponse
- type ApiCollection
- type ApiCollectionOperationPredicate
- type ApiCollectionProperties
- type D4APICollectionListClient
- func (c D4APICollectionListClient) APICollectionsListByAzureApiManagementService(ctx context.Context, id ServiceId) (resp APICollectionsListByAzureApiManagementServiceOperationResponse, err error)
- func (c D4APICollectionListClient) APICollectionsListByAzureApiManagementServiceComplete(ctx context.Context, id ServiceId) (APICollectionsListByAzureApiManagementServiceCompleteResult, error)
- func (c D4APICollectionListClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, predicate ApiCollectionOperationPredicate) (resp APICollectionsListByAzureApiManagementServiceCompleteResult, err error)
- func (c D4APICollectionListClient) APICollectionsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp APICollectionsListByResourceGroupOperationResponse, err error)
- func (c D4APICollectionListClient) APICollectionsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (APICollectionsListByResourceGroupCompleteResult, error)
- func (c D4APICollectionListClient) APICollectionsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (resp APICollectionsListByResourceGroupCompleteResult, err error)
- func (c D4APICollectionListClient) APICollectionsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp APICollectionsListBySubscriptionOperationResponse, err error)
- func (c D4APICollectionListClient) APICollectionsListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (APICollectionsListBySubscriptionCompleteResult, error)
- func (c D4APICollectionListClient) APICollectionsListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (resp APICollectionsListBySubscriptionCompleteResult, err error)
- type ProvisioningState
- type ServiceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateServiceID ¶
ValidateServiceID checks that 'input' can be parsed as a Service ID
Types ¶
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 APICollectionsListByResourceGroupCompleteResult ¶
type APICollectionsListByResourceGroupCompleteResult struct {
Items []ApiCollection
}
type APICollectionsListByResourceGroupOperationResponse ¶
type APICollectionsListByResourceGroupOperationResponse struct { HttpResponse *http.Response Model *[]ApiCollection // contains filtered or unexported fields }
func (APICollectionsListByResourceGroupOperationResponse) HasMore ¶
func (r APICollectionsListByResourceGroupOperationResponse) HasMore() bool
func (APICollectionsListByResourceGroupOperationResponse) LoadMore ¶
func (r APICollectionsListByResourceGroupOperationResponse) LoadMore(ctx context.Context) (resp APICollectionsListByResourceGroupOperationResponse, err error)
type APICollectionsListBySubscriptionCompleteResult ¶
type APICollectionsListBySubscriptionCompleteResult struct {
Items []ApiCollection
}
type APICollectionsListBySubscriptionOperationResponse ¶
type APICollectionsListBySubscriptionOperationResponse struct { HttpResponse *http.Response Model *[]ApiCollection // contains filtered or unexported fields }
func (APICollectionsListBySubscriptionOperationResponse) HasMore ¶
func (r APICollectionsListBySubscriptionOperationResponse) HasMore() bool
func (APICollectionsListBySubscriptionOperationResponse) LoadMore ¶
func (r APICollectionsListBySubscriptionOperationResponse) LoadMore(ctx context.Context) (resp APICollectionsListBySubscriptionOperationResponse, err error)
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 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 D4APICollectionListClient ¶
type D4APICollectionListClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewD4APICollectionListClientWithBaseURI ¶
func NewD4APICollectionListClientWithBaseURI(endpoint string) D4APICollectionListClient
func (D4APICollectionListClient) APICollectionsListByAzureApiManagementService ¶
func (c D4APICollectionListClient) APICollectionsListByAzureApiManagementService(ctx context.Context, id ServiceId) (resp APICollectionsListByAzureApiManagementServiceOperationResponse, err error)
APICollectionsListByAzureApiManagementService ...
func (D4APICollectionListClient) APICollectionsListByAzureApiManagementServiceComplete ¶
func (c D4APICollectionListClient) APICollectionsListByAzureApiManagementServiceComplete(ctx context.Context, id ServiceId) (APICollectionsListByAzureApiManagementServiceCompleteResult, error)
APICollectionsListByAzureApiManagementServiceComplete retrieves all of the results into a single object
func (D4APICollectionListClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate ¶
func (c D4APICollectionListClient) APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, predicate ApiCollectionOperationPredicate) (resp APICollectionsListByAzureApiManagementServiceCompleteResult, err error)
APICollectionsListByAzureApiManagementServiceCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (D4APICollectionListClient) APICollectionsListByResourceGroup ¶
func (c D4APICollectionListClient) APICollectionsListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (resp APICollectionsListByResourceGroupOperationResponse, err error)
APICollectionsListByResourceGroup ...
func (D4APICollectionListClient) APICollectionsListByResourceGroupComplete ¶
func (c D4APICollectionListClient) APICollectionsListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (APICollectionsListByResourceGroupCompleteResult, error)
APICollectionsListByResourceGroupComplete retrieves all of the results into a single object
func (D4APICollectionListClient) APICollectionsListByResourceGroupCompleteMatchingPredicate ¶
func (c D4APICollectionListClient) APICollectionsListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate ApiCollectionOperationPredicate) (resp APICollectionsListByResourceGroupCompleteResult, err error)
APICollectionsListByResourceGroupCompleteMatchingPredicate retrieves all of the results and then applied the predicate
func (D4APICollectionListClient) APICollectionsListBySubscription ¶
func (c D4APICollectionListClient) APICollectionsListBySubscription(ctx context.Context, id commonids.SubscriptionId) (resp APICollectionsListBySubscriptionOperationResponse, err error)
APICollectionsListBySubscription ...
func (D4APICollectionListClient) APICollectionsListBySubscriptionComplete ¶
func (c D4APICollectionListClient) APICollectionsListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (APICollectionsListBySubscriptionCompleteResult, error)
APICollectionsListBySubscriptionComplete retrieves all of the results into a single object
func (D4APICollectionListClient) APICollectionsListBySubscriptionCompleteMatchingPredicate ¶
func (c D4APICollectionListClient) APICollectionsListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate ApiCollectionOperationPredicate) (resp APICollectionsListBySubscriptionCompleteResult, err error)
APICollectionsListBySubscriptionCompleteMatchingPredicate retrieves all of the results and then applied the predicate
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