Documentation ¶
Index ¶
- func PossibleValuesForProvisioningState() []string
- func ValidateSchemaRegistryID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrReplaceOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupCustomPager
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionCustomPager
- type ListBySubscriptionOperationResponse
- type ProvisioningState
- type SchemaRegistriesClient
- func (c SchemaRegistriesClient) CreateOrReplace(ctx context.Context, id SchemaRegistryId, input SchemaRegistry) (result CreateOrReplaceOperationResponse, err error)
- func (c SchemaRegistriesClient) CreateOrReplaceThenPoll(ctx context.Context, id SchemaRegistryId, input SchemaRegistry) error
- func (c SchemaRegistriesClient) Delete(ctx context.Context, id SchemaRegistryId) (result DeleteOperationResponse, err error)
- func (c SchemaRegistriesClient) DeleteThenPoll(ctx context.Context, id SchemaRegistryId) error
- func (c SchemaRegistriesClient) Get(ctx context.Context, id SchemaRegistryId) (result GetOperationResponse, err error)
- func (c SchemaRegistriesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c SchemaRegistriesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c SchemaRegistriesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c SchemaRegistriesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c SchemaRegistriesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c SchemaRegistriesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- func (c SchemaRegistriesClient) Update(ctx context.Context, id SchemaRegistryId, input SchemaRegistryUpdate) (result UpdateOperationResponse, err error)
- func (c SchemaRegistriesClient) UpdateThenPoll(ctx context.Context, id SchemaRegistryId, input SchemaRegistryUpdate) error
- type SchemaRegistry
- type SchemaRegistryId
- type SchemaRegistryOperationPredicate
- type SchemaRegistryProperties
- type SchemaRegistryUpdate
- type SchemaRegistryUpdateProperties
- type UpdateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidateSchemaRegistryID ¶
ValidateSchemaRegistryID checks that 'input' can be parsed as a Schema Registry ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SchemaRegistry }
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct { LatestHttpResponse *http.Response Items []SchemaRegistry }
type ListByResourceGroupCustomPager ¶
func (*ListByResourceGroupCustomPager) NextPageLink ¶
func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]SchemaRegistry }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct { LatestHttpResponse *http.Response Items []SchemaRegistry }
type ListBySubscriptionCustomPager ¶
func (*ListBySubscriptionCustomPager) NextPageLink ¶
func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]SchemaRegistry }
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateAccepted ProvisioningState = "Accepted" ProvisioningStateCanceled ProvisioningState = "Canceled" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type SchemaRegistriesClient ¶
type SchemaRegistriesClient struct {
Client *resourcemanager.Client
}
func NewSchemaRegistriesClientWithBaseURI ¶
func NewSchemaRegistriesClientWithBaseURI(sdkApi sdkEnv.Api) (*SchemaRegistriesClient, error)
func (SchemaRegistriesClient) CreateOrReplace ¶
func (c SchemaRegistriesClient) CreateOrReplace(ctx context.Context, id SchemaRegistryId, input SchemaRegistry) (result CreateOrReplaceOperationResponse, err error)
CreateOrReplace ...
func (SchemaRegistriesClient) CreateOrReplaceThenPoll ¶
func (c SchemaRegistriesClient) CreateOrReplaceThenPoll(ctx context.Context, id SchemaRegistryId, input SchemaRegistry) error
CreateOrReplaceThenPoll performs CreateOrReplace then polls until it's completed
func (SchemaRegistriesClient) Delete ¶
func (c SchemaRegistriesClient) Delete(ctx context.Context, id SchemaRegistryId) (result DeleteOperationResponse, err error)
Delete ...
func (SchemaRegistriesClient) DeleteThenPoll ¶
func (c SchemaRegistriesClient) DeleteThenPoll(ctx context.Context, id SchemaRegistryId) error
DeleteThenPoll performs Delete then polls until it's completed
func (SchemaRegistriesClient) Get ¶
func (c SchemaRegistriesClient) Get(ctx context.Context, id SchemaRegistryId) (result GetOperationResponse, err error)
Get ...
func (SchemaRegistriesClient) ListByResourceGroup ¶
func (c SchemaRegistriesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (SchemaRegistriesClient) ListByResourceGroupComplete ¶
func (c SchemaRegistriesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (SchemaRegistriesClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c SchemaRegistriesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate SchemaRegistryOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SchemaRegistriesClient) ListBySubscription ¶
func (c SchemaRegistriesClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (SchemaRegistriesClient) ListBySubscriptionComplete ¶
func (c SchemaRegistriesClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (SchemaRegistriesClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c SchemaRegistriesClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate SchemaRegistryOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (SchemaRegistriesClient) Update ¶
func (c SchemaRegistriesClient) Update(ctx context.Context, id SchemaRegistryId, input SchemaRegistryUpdate) (result UpdateOperationResponse, err error)
Update ...
func (SchemaRegistriesClient) UpdateThenPoll ¶
func (c SchemaRegistriesClient) UpdateThenPoll(ctx context.Context, id SchemaRegistryId, input SchemaRegistryUpdate) error
UpdateThenPoll performs Update then polls until it's completed
type SchemaRegistry ¶
type SchemaRegistry struct { Id *string `json:"id,omitempty"` Identity *identity.SystemAssigned `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties *SchemaRegistryProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` }
type SchemaRegistryId ¶
type SchemaRegistryId struct { SubscriptionId string ResourceGroupName string SchemaRegistryName string }
SchemaRegistryId is a struct representing the Resource ID for a Schema Registry
func NewSchemaRegistryID ¶
func NewSchemaRegistryID(subscriptionId string, resourceGroupName string, schemaRegistryName string) SchemaRegistryId
NewSchemaRegistryID returns a new SchemaRegistryId struct
func ParseSchemaRegistryID ¶
func ParseSchemaRegistryID(input string) (*SchemaRegistryId, error)
ParseSchemaRegistryID parses 'input' into a SchemaRegistryId
func ParseSchemaRegistryIDInsensitively ¶
func ParseSchemaRegistryIDInsensitively(input string) (*SchemaRegistryId, error)
ParseSchemaRegistryIDInsensitively parses 'input' case-insensitively into a SchemaRegistryId note: this method should only be used for API response data and not user input
func (*SchemaRegistryId) FromParseResult ¶
func (id *SchemaRegistryId) FromParseResult(input resourceids.ParseResult) error
func (SchemaRegistryId) ID ¶
func (id SchemaRegistryId) ID() string
ID returns the formatted Schema Registry ID
func (SchemaRegistryId) Segments ¶
func (id SchemaRegistryId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Schema Registry ID
func (SchemaRegistryId) String ¶
func (id SchemaRegistryId) String() string
String returns a human-readable description of this Schema Registry ID
type SchemaRegistryOperationPredicate ¶
type SchemaRegistryOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (SchemaRegistryOperationPredicate) Matches ¶
func (p SchemaRegistryOperationPredicate) Matches(input SchemaRegistry) bool
type SchemaRegistryProperties ¶
type SchemaRegistryProperties struct { Description *string `json:"description,omitempty"` DisplayName *string `json:"displayName,omitempty"` Namespace string `json:"namespace"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` StorageAccountContainerURL string `json:"storageAccountContainerUrl"` Uuid *string `json:"uuid,omitempty"` }
type SchemaRegistryUpdate ¶
type SchemaRegistryUpdate struct { Identity *identity.SystemAssigned `json:"identity,omitempty"` Properties *SchemaRegistryUpdateProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type UpdateOperationResponse ¶
Source Files ¶
- client.go
- constants.go
- id_schemaregistry.go
- method_createorreplace.go
- method_delete.go
- method_get.go
- method_listbyresourcegroup.go
- method_listbysubscription.go
- method_update.go
- model_schemaregistry.go
- model_schemaregistryproperties.go
- model_schemaregistryupdate.go
- model_schemaregistryupdateproperties.go
- predicates.go
- version.go