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 PossibleValuesForReplicaProvisioningState() []string + func ValidateConfigurationStoreID(input interface{}, key string) (warnings []string, errors []error) + func ValidateReplicaID(input interface{}, key string) (warnings []string, errors []error) + type ConfigurationStoreId struct + ConfigurationStoreName string + ResourceGroupName string + SubscriptionId string + func NewConfigurationStoreID(subscriptionId string, resourceGroupName string, configurationStoreName string) ConfigurationStoreId + func ParseConfigurationStoreID(input string) (*ConfigurationStoreId, error) + func ParseConfigurationStoreIDInsensitively(input string) (*ConfigurationStoreId, error) + func (id *ConfigurationStoreId) FromParseResult(input resourceids.ParseResult) error + func (id ConfigurationStoreId) ID() string + func (id ConfigurationStoreId) Segments() []resourceids.Segment + func (id ConfigurationStoreId) String() string + type CreateOperationResponse struct + HttpResponse *http.Response + Model *Replica + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *Replica + OData *odata.OData + type ListByConfigurationStoreCompleteResult struct + Items []Replica + LatestHttpResponse *http.Response + type ListByConfigurationStoreCustomPager struct + NextLink *odata.Link + func (p *ListByConfigurationStoreCustomPager) NextPageLink() *odata.Link + type ListByConfigurationStoreOperationResponse struct + HttpResponse *http.Response + Model *[]Replica + OData *odata.OData + type Replica struct + Id *string + Location *string + Name *string + Properties *ReplicaProperties + SystemData *systemdata.SystemData + Type *string + type ReplicaId struct + ConfigurationStoreName string + ReplicaName string + ResourceGroupName string + SubscriptionId string + func NewReplicaID(subscriptionId string, resourceGroupName string, configurationStoreName string, ...) ReplicaId + func ParseReplicaID(input string) (*ReplicaId, error) + func ParseReplicaIDInsensitively(input string) (*ReplicaId, error) + func (id *ReplicaId) FromParseResult(input resourceids.ParseResult) error + func (id ReplicaId) ID() string + func (id ReplicaId) Segments() []resourceids.Segment + func (id ReplicaId) String() string + type ReplicaOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p ReplicaOperationPredicate) Matches(input Replica) bool + type ReplicaProperties struct + Endpoint *string + ProvisioningState *ReplicaProvisioningState + type ReplicaProvisioningState string + const ReplicaProvisioningStateCanceled + const ReplicaProvisioningStateCreating + const ReplicaProvisioningStateDeleting + const ReplicaProvisioningStateFailed + const ReplicaProvisioningStateSucceeded + func (s *ReplicaProvisioningState) UnmarshalJSON(bytes []byte) error + type ReplicasClient struct + Client *resourcemanager.Client + func NewReplicasClientWithBaseURI(sdkApi sdkEnv.Api) (*ReplicasClient, error) + func (c ReplicasClient) Create(ctx context.Context, id ReplicaId, input Replica) (result CreateOperationResponse, err error) + func (c ReplicasClient) CreateThenPoll(ctx context.Context, id ReplicaId, input Replica) error + func (c ReplicasClient) Delete(ctx context.Context, id ReplicaId) (result DeleteOperationResponse, err error) + func (c ReplicasClient) DeleteThenPoll(ctx context.Context, id ReplicaId) error + func (c ReplicasClient) Get(ctx context.Context, id ReplicaId) (result GetOperationResponse, err error) + func (c ReplicasClient) ListByConfigurationStore(ctx context.Context, id ConfigurationStoreId) (result ListByConfigurationStoreOperationResponse, err error) + func (c ReplicasClient) ListByConfigurationStoreComplete(ctx context.Context, id ConfigurationStoreId) (ListByConfigurationStoreCompleteResult, error) + func (c ReplicasClient) ListByConfigurationStoreCompleteMatchingPredicate(ctx context.Context, id ConfigurationStoreId, ...) (result ListByConfigurationStoreCompleteResult, err error)