Documentation ¶
Index ¶
- func PossibleValuesForDayOfWeek() []string
- func PossibleValuesForPrivateEndpointConnectionProvisioningState() []string
- func PossibleValuesForPrivateEndpointServiceConnectionStatus() []string
- func PossibleValuesForProvisioningState() []string
- func PossibleValuesForPublicNetworkAccess() []string
- func PossibleValuesForRebootType() []string
- func PossibleValuesForRedisKeyType() []string
- func PossibleValuesForReplicationRole() []string
- func PossibleValuesForSkuFamily() []string
- func PossibleValuesForSkuName() []string
- func PossibleValuesForTlsVersion() []string
- func ValidateFirewallRuleID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateLinkedServerID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateRediID(input interface{}, key string) (warnings []string, errors []error)
- type CheckNameAvailabilityOperationResponse
- type CheckNameAvailabilityParameters
- type CreateOperationResponse
- type DayOfWeek
- type DeleteOperationResponse
- type ExportDataOperationResponse
- type ExportRDBParameters
- type FirewallRuleId
- type FirewallRulesCreateOrUpdateOperationResponse
- type FirewallRulesDeleteOperationResponse
- type FirewallRulesGetOperationResponse
- type FirewallRulesListCompleteResult
- type FirewallRulesListOperationResponse
- type ForceRebootOperationResponse
- type GetOperationResponse
- type ImportDataOperationResponse
- type ImportRDBParameters
- type LinkedServerCreateOperationResponse
- type LinkedServerDeleteOperationResponse
- type LinkedServerGetOperationResponse
- type LinkedServerId
- type LinkedServerListCompleteResult
- type LinkedServerListOperationResponse
- type ListByResourceGroupCompleteResult
- type ListByResourceGroupOperationResponse
- type ListBySubscriptionCompleteResult
- type ListBySubscriptionOperationResponse
- type ListKeysOperationResponse
- type ListUpgradeNotificationsCompleteResult
- type ListUpgradeNotificationsOperationOptions
- type ListUpgradeNotificationsOperationResponse
- type PatchSchedulesCreateOrUpdateOperationResponse
- type PatchSchedulesDeleteOperationResponse
- type PatchSchedulesGetOperationResponse
- type PatchSchedulesListByRedisResourceCompleteResult
- type PatchSchedulesListByRedisResourceOperationResponse
- type PrivateEndpoint
- type PrivateEndpointConnection
- type PrivateEndpointConnectionProperties
- type PrivateEndpointConnectionProvisioningState
- type PrivateEndpointServiceConnectionStatus
- type PrivateLinkServiceConnectionState
- type ProvisioningState
- type PublicNetworkAccess
- type RebootType
- type RediId
- type RedisAccessKeys
- type RedisClient
- func (c RedisClient) CheckNameAvailability(ctx context.Context, id commonids.SubscriptionId, ...) (result CheckNameAvailabilityOperationResponse, err error)
- func (c RedisClient) Create(ctx context.Context, id RediId, input RedisCreateParameters) (result CreateOperationResponse, err error)
- func (c RedisClient) CreateThenPoll(ctx context.Context, id RediId, input RedisCreateParameters) error
- func (c RedisClient) Delete(ctx context.Context, id RediId) (result DeleteOperationResponse, err error)
- func (c RedisClient) DeleteThenPoll(ctx context.Context, id RediId) error
- func (c RedisClient) ExportData(ctx context.Context, id RediId, input ExportRDBParameters) (result ExportDataOperationResponse, err error)
- func (c RedisClient) ExportDataThenPoll(ctx context.Context, id RediId, input ExportRDBParameters) error
- func (c RedisClient) FirewallRulesCreateOrUpdate(ctx context.Context, id FirewallRuleId, input RedisFirewallRule) (result FirewallRulesCreateOrUpdateOperationResponse, err error)
- func (c RedisClient) FirewallRulesDelete(ctx context.Context, id FirewallRuleId) (result FirewallRulesDeleteOperationResponse, err error)
- func (c RedisClient) FirewallRulesGet(ctx context.Context, id FirewallRuleId) (result FirewallRulesGetOperationResponse, err error)
- func (c RedisClient) FirewallRulesList(ctx context.Context, id RediId) (result FirewallRulesListOperationResponse, err error)
- func (c RedisClient) FirewallRulesListComplete(ctx context.Context, id RediId) (FirewallRulesListCompleteResult, error)
- func (c RedisClient) FirewallRulesListCompleteMatchingPredicate(ctx context.Context, id RediId, predicate RedisFirewallRuleOperationPredicate) (result FirewallRulesListCompleteResult, err error)
- func (c RedisClient) ForceReboot(ctx context.Context, id RediId, input RedisRebootParameters) (result ForceRebootOperationResponse, err error)
- func (c RedisClient) Get(ctx context.Context, id RediId) (result GetOperationResponse, err error)
- func (c RedisClient) ImportData(ctx context.Context, id RediId, input ImportRDBParameters) (result ImportDataOperationResponse, err error)
- func (c RedisClient) ImportDataThenPoll(ctx context.Context, id RediId, input ImportRDBParameters) error
- func (c RedisClient) LinkedServerCreate(ctx context.Context, id LinkedServerId, ...) (result LinkedServerCreateOperationResponse, err error)
- func (c RedisClient) LinkedServerCreateThenPoll(ctx context.Context, id LinkedServerId, ...) error
- func (c RedisClient) LinkedServerDelete(ctx context.Context, id LinkedServerId) (result LinkedServerDeleteOperationResponse, err error)
- func (c RedisClient) LinkedServerDeleteThenPoll(ctx context.Context, id LinkedServerId) error
- func (c RedisClient) LinkedServerGet(ctx context.Context, id LinkedServerId) (result LinkedServerGetOperationResponse, err error)
- func (c RedisClient) LinkedServerList(ctx context.Context, id RediId) (result LinkedServerListOperationResponse, err error)
- func (c RedisClient) LinkedServerListComplete(ctx context.Context, id RediId) (LinkedServerListCompleteResult, error)
- func (c RedisClient) LinkedServerListCompleteMatchingPredicate(ctx context.Context, id RediId, ...) (result LinkedServerListCompleteResult, err error)
- func (c RedisClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
- func (c RedisClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
- func (c RedisClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error)
- func (c RedisClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
- func (c RedisClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
- func (c RedisClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error)
- func (c RedisClient) ListKeys(ctx context.Context, id RediId) (result ListKeysOperationResponse, err error)
- func (c RedisClient) ListUpgradeNotifications(ctx context.Context, id RediId, ...) (result ListUpgradeNotificationsOperationResponse, err error)
- func (c RedisClient) ListUpgradeNotificationsComplete(ctx context.Context, id RediId, ...) (ListUpgradeNotificationsCompleteResult, error)
- func (c RedisClient) ListUpgradeNotificationsCompleteMatchingPredicate(ctx context.Context, id RediId, ...) (result ListUpgradeNotificationsCompleteResult, err error)
- func (c RedisClient) PatchSchedulesCreateOrUpdate(ctx context.Context, id RediId, input RedisPatchSchedule) (result PatchSchedulesCreateOrUpdateOperationResponse, err error)
- func (c RedisClient) PatchSchedulesDelete(ctx context.Context, id RediId) (result PatchSchedulesDeleteOperationResponse, err error)
- func (c RedisClient) PatchSchedulesGet(ctx context.Context, id RediId) (result PatchSchedulesGetOperationResponse, err error)
- func (c RedisClient) PatchSchedulesListByRedisResource(ctx context.Context, id RediId) (result PatchSchedulesListByRedisResourceOperationResponse, err error)
- func (c RedisClient) PatchSchedulesListByRedisResourceComplete(ctx context.Context, id RediId) (PatchSchedulesListByRedisResourceCompleteResult, error)
- func (c RedisClient) PatchSchedulesListByRedisResourceCompleteMatchingPredicate(ctx context.Context, id RediId, predicate RedisPatchScheduleOperationPredicate) (result PatchSchedulesListByRedisResourceCompleteResult, err error)
- func (c RedisClient) RegenerateKey(ctx context.Context, id RediId, input RedisRegenerateKeyParameters) (result RegenerateKeyOperationResponse, err error)
- func (c RedisClient) Update(ctx context.Context, id RediId, input RedisUpdateParameters) (result UpdateOperationResponse, err error)
- func (c RedisClient) UpdateThenPoll(ctx context.Context, id RediId, input RedisUpdateParameters) error
- type RedisCommonPropertiesRedisConfiguration
- type RedisCreateParameters
- type RedisCreateProperties
- type RedisFirewallRule
- type RedisFirewallRuleOperationPredicate
- type RedisFirewallRuleProperties
- type RedisForceRebootResponse
- type RedisInstanceDetails
- type RedisKeyType
- type RedisLinkedServer
- type RedisLinkedServerCreateParameters
- type RedisLinkedServerCreateProperties
- type RedisLinkedServerProperties
- type RedisLinkedServerWithProperties
- type RedisLinkedServerWithPropertiesOperationPredicate
- type RedisPatchSchedule
- type RedisPatchScheduleOperationPredicate
- type RedisProperties
- type RedisRebootParameters
- type RedisRegenerateKeyParameters
- type RedisResource
- type RedisResourceOperationPredicate
- type RedisUpdateParameters
- type RedisUpdateProperties
- type RegenerateKeyOperationResponse
- type ReplicationRole
- type ScheduleEntries
- type ScheduleEntry
- type Sku
- type SkuFamily
- type SkuName
- type TlsVersion
- type UpdateOperationResponse
- type UpgradeNotification
- type UpgradeNotificationOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForDayOfWeek ¶
func PossibleValuesForDayOfWeek() []string
func PossibleValuesForPrivateEndpointConnectionProvisioningState ¶
func PossibleValuesForPrivateEndpointConnectionProvisioningState() []string
func PossibleValuesForPrivateEndpointServiceConnectionStatus ¶
func PossibleValuesForPrivateEndpointServiceConnectionStatus() []string
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func PossibleValuesForPublicNetworkAccess ¶
func PossibleValuesForPublicNetworkAccess() []string
func PossibleValuesForRebootType ¶
func PossibleValuesForRebootType() []string
func PossibleValuesForRedisKeyType ¶
func PossibleValuesForRedisKeyType() []string
func PossibleValuesForReplicationRole ¶
func PossibleValuesForReplicationRole() []string
func PossibleValuesForSkuFamily ¶
func PossibleValuesForSkuFamily() []string
func PossibleValuesForSkuName ¶
func PossibleValuesForSkuName() []string
func PossibleValuesForTlsVersion ¶
func PossibleValuesForTlsVersion() []string
func ValidateFirewallRuleID ¶
ValidateFirewallRuleID checks that 'input' can be parsed as a Firewall Rule ID
func ValidateLinkedServerID ¶
ValidateLinkedServerID checks that 'input' can be parsed as a Linked Server ID
func ValidateRediID ¶
ValidateRediID checks that 'input' can be parsed as a Redi ID
Types ¶
type CreateOperationResponse ¶
type DayOfWeek ¶
type DayOfWeek string
const ( DayOfWeekEveryday DayOfWeek = "Everyday" DayOfWeekFriday DayOfWeek = "Friday" DayOfWeekMonday DayOfWeek = "Monday" DayOfWeekSaturday DayOfWeek = "Saturday" DayOfWeekSunday DayOfWeek = "Sunday" DayOfWeekThursday DayOfWeek = "Thursday" DayOfWeekTuesday DayOfWeek = "Tuesday" DayOfWeekWednesday DayOfWeek = "Wednesday" DayOfWeekWeekend DayOfWeek = "Weekend" )
func (*DayOfWeek) UnmarshalJSON ¶ added in v0.20230516.1215417
type DeleteOperationResponse ¶
type ExportRDBParameters ¶
type ExportRDBParameters struct { Container string `json:"container"` Format *string `json:"format,omitempty"` PreferredDataArchiveAuthMethod *string `json:"preferred-data-archive-auth-method,omitempty"` Prefix string `json:"prefix"` StorageSubscriptionId *string `json:"storage-subscription-id,omitempty"` }
type FirewallRuleId ¶
type FirewallRuleId struct { SubscriptionId string ResourceGroupName string RedisName string FirewallRuleName string }
FirewallRuleId is a struct representing the Resource ID for a Firewall Rule
func NewFirewallRuleID ¶
func NewFirewallRuleID(subscriptionId string, resourceGroupName string, redisName string, firewallRuleName string) FirewallRuleId
NewFirewallRuleID returns a new FirewallRuleId struct
func ParseFirewallRuleID ¶
func ParseFirewallRuleID(input string) (*FirewallRuleId, error)
ParseFirewallRuleID parses 'input' into a FirewallRuleId
func ParseFirewallRuleIDInsensitively ¶
func ParseFirewallRuleIDInsensitively(input string) (*FirewallRuleId, error)
ParseFirewallRuleIDInsensitively parses 'input' case-insensitively into a FirewallRuleId note: this method should only be used for API response data and not user input
func (FirewallRuleId) ID ¶
func (id FirewallRuleId) ID() string
ID returns the formatted Firewall Rule ID
func (FirewallRuleId) Segments ¶
func (id FirewallRuleId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Firewall Rule ID
func (FirewallRuleId) String ¶
func (id FirewallRuleId) String() string
String returns a human-readable description of this Firewall Rule ID
type FirewallRulesCreateOrUpdateOperationResponse ¶
type FirewallRulesCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisFirewallRule }
type FirewallRulesGetOperationResponse ¶
type FirewallRulesGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisFirewallRule }
type FirewallRulesListCompleteResult ¶
type FirewallRulesListCompleteResult struct {
Items []RedisFirewallRule
}
type FirewallRulesListOperationResponse ¶
type FirewallRulesListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]RedisFirewallRule }
type ForceRebootOperationResponse ¶
type ForceRebootOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisForceRebootResponse }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisResource }
type ImportRDBParameters ¶
type LinkedServerGetOperationResponse ¶
type LinkedServerGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisLinkedServerWithProperties }
type LinkedServerId ¶
type LinkedServerId struct { SubscriptionId string ResourceGroupName string RedisName string LinkedServerName string }
LinkedServerId is a struct representing the Resource ID for a Linked Server
func NewLinkedServerID ¶
func NewLinkedServerID(subscriptionId string, resourceGroupName string, redisName string, linkedServerName string) LinkedServerId
NewLinkedServerID returns a new LinkedServerId struct
func ParseLinkedServerID ¶
func ParseLinkedServerID(input string) (*LinkedServerId, error)
ParseLinkedServerID parses 'input' into a LinkedServerId
func ParseLinkedServerIDInsensitively ¶
func ParseLinkedServerIDInsensitively(input string) (*LinkedServerId, error)
ParseLinkedServerIDInsensitively parses 'input' case-insensitively into a LinkedServerId note: this method should only be used for API response data and not user input
func (LinkedServerId) ID ¶
func (id LinkedServerId) ID() string
ID returns the formatted Linked Server ID
func (LinkedServerId) Segments ¶
func (id LinkedServerId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Linked Server ID
func (LinkedServerId) String ¶
func (id LinkedServerId) String() string
String returns a human-readable description of this Linked Server ID
type LinkedServerListCompleteResult ¶
type LinkedServerListCompleteResult struct {
Items []RedisLinkedServerWithProperties
}
type LinkedServerListOperationResponse ¶
type LinkedServerListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]RedisLinkedServerWithProperties }
type ListByResourceGroupCompleteResult ¶
type ListByResourceGroupCompleteResult struct {
Items []RedisResource
}
type ListByResourceGroupOperationResponse ¶
type ListByResourceGroupOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]RedisResource }
type ListBySubscriptionCompleteResult ¶
type ListBySubscriptionCompleteResult struct {
Items []RedisResource
}
type ListBySubscriptionOperationResponse ¶
type ListBySubscriptionOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]RedisResource }
type ListKeysOperationResponse ¶
type ListKeysOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisAccessKeys }
type ListUpgradeNotificationsCompleteResult ¶
type ListUpgradeNotificationsCompleteResult struct {
Items []UpgradeNotification
}
type ListUpgradeNotificationsOperationOptions ¶
type ListUpgradeNotificationsOperationOptions struct {
History *float64
}
func DefaultListUpgradeNotificationsOperationOptions ¶
func DefaultListUpgradeNotificationsOperationOptions() ListUpgradeNotificationsOperationOptions
func (ListUpgradeNotificationsOperationOptions) ToHeaders ¶ added in v0.20230516.1215417
func (o ListUpgradeNotificationsOperationOptions) ToHeaders() *client.Headers
func (ListUpgradeNotificationsOperationOptions) ToOData ¶ added in v0.20230516.1215417
func (o ListUpgradeNotificationsOperationOptions) ToOData() *odata.Query
func (ListUpgradeNotificationsOperationOptions) ToQuery ¶ added in v0.20230516.1215417
func (o ListUpgradeNotificationsOperationOptions) ToQuery() *client.QueryParams
type ListUpgradeNotificationsOperationResponse ¶
type ListUpgradeNotificationsOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]UpgradeNotification }
type PatchSchedulesCreateOrUpdateOperationResponse ¶
type PatchSchedulesCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisPatchSchedule }
type PatchSchedulesGetOperationResponse ¶
type PatchSchedulesGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisPatchSchedule }
type PatchSchedulesListByRedisResourceCompleteResult ¶
type PatchSchedulesListByRedisResourceCompleteResult struct {
Items []RedisPatchSchedule
}
type PatchSchedulesListByRedisResourceOperationResponse ¶
type PatchSchedulesListByRedisResourceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]RedisPatchSchedule }
type PrivateEndpoint ¶
type PrivateEndpoint struct {
Id *string `json:"id,omitempty"`
}
type PrivateEndpointConnection ¶
type PrivateEndpointConnection struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateEndpointConnectionProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateEndpointConnectionProperties ¶
type PrivateEndpointConnectionProperties struct { PrivateEndpoint *PrivateEndpoint `json:"privateEndpoint,omitempty"` PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState `json:"privateLinkServiceConnectionState"` ProvisioningState *PrivateEndpointConnectionProvisioningState `json:"provisioningState,omitempty"` }
type PrivateEndpointConnectionProvisioningState ¶
type PrivateEndpointConnectionProvisioningState string
const ( PrivateEndpointConnectionProvisioningStateCreating PrivateEndpointConnectionProvisioningState = "Creating" PrivateEndpointConnectionProvisioningStateDeleting PrivateEndpointConnectionProvisioningState = "Deleting" PrivateEndpointConnectionProvisioningStateFailed PrivateEndpointConnectionProvisioningState = "Failed" PrivateEndpointConnectionProvisioningStateSucceeded PrivateEndpointConnectionProvisioningState = "Succeeded" )
func (*PrivateEndpointConnectionProvisioningState) UnmarshalJSON ¶ added in v0.20230516.1215417
func (s *PrivateEndpointConnectionProvisioningState) UnmarshalJSON(bytes []byte) error
type PrivateEndpointServiceConnectionStatus ¶
type PrivateEndpointServiceConnectionStatus string
const ( PrivateEndpointServiceConnectionStatusApproved PrivateEndpointServiceConnectionStatus = "Approved" PrivateEndpointServiceConnectionStatusPending PrivateEndpointServiceConnectionStatus = "Pending" PrivateEndpointServiceConnectionStatusRejected PrivateEndpointServiceConnectionStatus = "Rejected" )
func (*PrivateEndpointServiceConnectionStatus) UnmarshalJSON ¶ added in v0.20230516.1215417
func (s *PrivateEndpointServiceConnectionStatus) UnmarshalJSON(bytes []byte) error
type PrivateLinkServiceConnectionState ¶
type PrivateLinkServiceConnectionState struct { ActionsRequired *string `json:"actionsRequired,omitempty"` Description *string `json:"description,omitempty"` Status *PrivateEndpointServiceConnectionStatus `json:"status,omitempty"` }
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateCreating ProvisioningState = "Creating" ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateDisabled ProvisioningState = "Disabled" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateLinking ProvisioningState = "Linking" ProvisioningStateProvisioning ProvisioningState = "Provisioning" ProvisioningStateRecoveringScaleFailure ProvisioningState = "RecoveringScaleFailure" ProvisioningStateScaling ProvisioningState = "Scaling" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUnlinking ProvisioningState = "Unlinking" ProvisioningStateUnprovisioning ProvisioningState = "Unprovisioning" ProvisioningStateUpdating ProvisioningState = "Updating" )
func (*ProvisioningState) UnmarshalJSON ¶ added in v0.20230516.1215417
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type PublicNetworkAccess ¶
type PublicNetworkAccess string
const ( PublicNetworkAccessDisabled PublicNetworkAccess = "Disabled" PublicNetworkAccessEnabled PublicNetworkAccess = "Enabled" )
func (*PublicNetworkAccess) UnmarshalJSON ¶ added in v0.20230516.1215417
func (s *PublicNetworkAccess) UnmarshalJSON(bytes []byte) error
type RebootType ¶
type RebootType string
const ( RebootTypeAllNodes RebootType = "AllNodes" RebootTypePrimaryNode RebootType = "PrimaryNode" RebootTypeSecondaryNode RebootType = "SecondaryNode" )
func (*RebootType) UnmarshalJSON ¶ added in v0.20230516.1215417
func (s *RebootType) UnmarshalJSON(bytes []byte) error
type RediId ¶
RediId is a struct representing the Resource ID for a Redi
func ParseRediID ¶
ParseRediID parses 'input' into a RediId
func ParseRediIDInsensitively ¶
ParseRediIDInsensitively parses 'input' case-insensitively into a RediId note: this method should only be used for API response data and not user input
func (RediId) Segments ¶
func (id RediId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Redi ID
type RedisAccessKeys ¶
type RedisClient ¶
type RedisClient struct {
Client *resourcemanager.Client
}
func NewRedisClientWithBaseURI ¶
func NewRedisClientWithBaseURI(api environments.Api) (*RedisClient, error)
func (RedisClient) CheckNameAvailability ¶
func (c RedisClient) CheckNameAvailability(ctx context.Context, id commonids.SubscriptionId, input CheckNameAvailabilityParameters) (result CheckNameAvailabilityOperationResponse, err error)
CheckNameAvailability ...
func (RedisClient) Create ¶
func (c RedisClient) Create(ctx context.Context, id RediId, input RedisCreateParameters) (result CreateOperationResponse, err error)
Create ...
func (RedisClient) CreateThenPoll ¶
func (c RedisClient) CreateThenPoll(ctx context.Context, id RediId, input RedisCreateParameters) error
CreateThenPoll performs Create then polls until it's completed
func (RedisClient) Delete ¶
func (c RedisClient) Delete(ctx context.Context, id RediId) (result DeleteOperationResponse, err error)
Delete ...
func (RedisClient) DeleteThenPoll ¶
func (c RedisClient) DeleteThenPoll(ctx context.Context, id RediId) error
DeleteThenPoll performs Delete then polls until it's completed
func (RedisClient) ExportData ¶
func (c RedisClient) ExportData(ctx context.Context, id RediId, input ExportRDBParameters) (result ExportDataOperationResponse, err error)
ExportData ...
func (RedisClient) ExportDataThenPoll ¶
func (c RedisClient) ExportDataThenPoll(ctx context.Context, id RediId, input ExportRDBParameters) error
ExportDataThenPoll performs ExportData then polls until it's completed
func (RedisClient) FirewallRulesCreateOrUpdate ¶
func (c RedisClient) FirewallRulesCreateOrUpdate(ctx context.Context, id FirewallRuleId, input RedisFirewallRule) (result FirewallRulesCreateOrUpdateOperationResponse, err error)
FirewallRulesCreateOrUpdate ...
func (RedisClient) FirewallRulesDelete ¶
func (c RedisClient) FirewallRulesDelete(ctx context.Context, id FirewallRuleId) (result FirewallRulesDeleteOperationResponse, err error)
FirewallRulesDelete ...
func (RedisClient) FirewallRulesGet ¶
func (c RedisClient) FirewallRulesGet(ctx context.Context, id FirewallRuleId) (result FirewallRulesGetOperationResponse, err error)
FirewallRulesGet ...
func (RedisClient) FirewallRulesList ¶
func (c RedisClient) FirewallRulesList(ctx context.Context, id RediId) (result FirewallRulesListOperationResponse, err error)
FirewallRulesList ...
func (RedisClient) FirewallRulesListComplete ¶
func (c RedisClient) FirewallRulesListComplete(ctx context.Context, id RediId) (FirewallRulesListCompleteResult, error)
FirewallRulesListComplete retrieves all the results into a single object
func (RedisClient) FirewallRulesListCompleteMatchingPredicate ¶
func (c RedisClient) FirewallRulesListCompleteMatchingPredicate(ctx context.Context, id RediId, predicate RedisFirewallRuleOperationPredicate) (result FirewallRulesListCompleteResult, err error)
FirewallRulesListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (RedisClient) ForceReboot ¶
func (c RedisClient) ForceReboot(ctx context.Context, id RediId, input RedisRebootParameters) (result ForceRebootOperationResponse, err error)
ForceReboot ...
func (RedisClient) Get ¶
func (c RedisClient) Get(ctx context.Context, id RediId) (result GetOperationResponse, err error)
Get ...
func (RedisClient) ImportData ¶
func (c RedisClient) ImportData(ctx context.Context, id RediId, input ImportRDBParameters) (result ImportDataOperationResponse, err error)
ImportData ...
func (RedisClient) ImportDataThenPoll ¶
func (c RedisClient) ImportDataThenPoll(ctx context.Context, id RediId, input ImportRDBParameters) error
ImportDataThenPoll performs ImportData then polls until it's completed
func (RedisClient) LinkedServerCreate ¶
func (c RedisClient) LinkedServerCreate(ctx context.Context, id LinkedServerId, input RedisLinkedServerCreateParameters) (result LinkedServerCreateOperationResponse, err error)
LinkedServerCreate ...
func (RedisClient) LinkedServerCreateThenPoll ¶
func (c RedisClient) LinkedServerCreateThenPoll(ctx context.Context, id LinkedServerId, input RedisLinkedServerCreateParameters) error
LinkedServerCreateThenPoll performs LinkedServerCreate then polls until it's completed
func (RedisClient) LinkedServerDelete ¶
func (c RedisClient) LinkedServerDelete(ctx context.Context, id LinkedServerId) (result LinkedServerDeleteOperationResponse, err error)
LinkedServerDelete ...
func (RedisClient) LinkedServerDeleteThenPoll ¶
func (c RedisClient) LinkedServerDeleteThenPoll(ctx context.Context, id LinkedServerId) error
LinkedServerDeleteThenPoll performs LinkedServerDelete then polls until it's completed
func (RedisClient) LinkedServerGet ¶
func (c RedisClient) LinkedServerGet(ctx context.Context, id LinkedServerId) (result LinkedServerGetOperationResponse, err error)
LinkedServerGet ...
func (RedisClient) LinkedServerList ¶
func (c RedisClient) LinkedServerList(ctx context.Context, id RediId) (result LinkedServerListOperationResponse, err error)
LinkedServerList ...
func (RedisClient) LinkedServerListComplete ¶
func (c RedisClient) LinkedServerListComplete(ctx context.Context, id RediId) (LinkedServerListCompleteResult, error)
LinkedServerListComplete retrieves all the results into a single object
func (RedisClient) LinkedServerListCompleteMatchingPredicate ¶
func (c RedisClient) LinkedServerListCompleteMatchingPredicate(ctx context.Context, id RediId, predicate RedisLinkedServerWithPropertiesOperationPredicate) (result LinkedServerListCompleteResult, err error)
LinkedServerListCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (RedisClient) ListByResourceGroup ¶
func (c RedisClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error)
ListByResourceGroup ...
func (RedisClient) ListByResourceGroupComplete ¶
func (c RedisClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error)
ListByResourceGroupComplete retrieves all the results into a single object
func (RedisClient) ListByResourceGroupCompleteMatchingPredicate ¶
func (c RedisClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, predicate RedisResourceOperationPredicate) (result ListByResourceGroupCompleteResult, err error)
ListByResourceGroupCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (RedisClient) ListBySubscription ¶
func (c RedisClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error)
ListBySubscription ...
func (RedisClient) ListBySubscriptionComplete ¶
func (c RedisClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error)
ListBySubscriptionComplete retrieves all the results into a single object
func (RedisClient) ListBySubscriptionCompleteMatchingPredicate ¶
func (c RedisClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, predicate RedisResourceOperationPredicate) (result ListBySubscriptionCompleteResult, err error)
ListBySubscriptionCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (RedisClient) ListKeys ¶
func (c RedisClient) ListKeys(ctx context.Context, id RediId) (result ListKeysOperationResponse, err error)
ListKeys ...
func (RedisClient) ListUpgradeNotifications ¶
func (c RedisClient) ListUpgradeNotifications(ctx context.Context, id RediId, options ListUpgradeNotificationsOperationOptions) (result ListUpgradeNotificationsOperationResponse, err error)
ListUpgradeNotifications ...
func (RedisClient) ListUpgradeNotificationsComplete ¶
func (c RedisClient) ListUpgradeNotificationsComplete(ctx context.Context, id RediId, options ListUpgradeNotificationsOperationOptions) (ListUpgradeNotificationsCompleteResult, error)
ListUpgradeNotificationsComplete retrieves all the results into a single object
func (RedisClient) ListUpgradeNotificationsCompleteMatchingPredicate ¶
func (c RedisClient) ListUpgradeNotificationsCompleteMatchingPredicate(ctx context.Context, id RediId, options ListUpgradeNotificationsOperationOptions, predicate UpgradeNotificationOperationPredicate) (result ListUpgradeNotificationsCompleteResult, err error)
ListUpgradeNotificationsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (RedisClient) PatchSchedulesCreateOrUpdate ¶
func (c RedisClient) PatchSchedulesCreateOrUpdate(ctx context.Context, id RediId, input RedisPatchSchedule) (result PatchSchedulesCreateOrUpdateOperationResponse, err error)
PatchSchedulesCreateOrUpdate ...
func (RedisClient) PatchSchedulesDelete ¶
func (c RedisClient) PatchSchedulesDelete(ctx context.Context, id RediId) (result PatchSchedulesDeleteOperationResponse, err error)
PatchSchedulesDelete ...
func (RedisClient) PatchSchedulesGet ¶
func (c RedisClient) PatchSchedulesGet(ctx context.Context, id RediId) (result PatchSchedulesGetOperationResponse, err error)
PatchSchedulesGet ...
func (RedisClient) PatchSchedulesListByRedisResource ¶
func (c RedisClient) PatchSchedulesListByRedisResource(ctx context.Context, id RediId) (result PatchSchedulesListByRedisResourceOperationResponse, err error)
PatchSchedulesListByRedisResource ...
func (RedisClient) PatchSchedulesListByRedisResourceComplete ¶
func (c RedisClient) PatchSchedulesListByRedisResourceComplete(ctx context.Context, id RediId) (PatchSchedulesListByRedisResourceCompleteResult, error)
PatchSchedulesListByRedisResourceComplete retrieves all the results into a single object
func (RedisClient) PatchSchedulesListByRedisResourceCompleteMatchingPredicate ¶
func (c RedisClient) PatchSchedulesListByRedisResourceCompleteMatchingPredicate(ctx context.Context, id RediId, predicate RedisPatchScheduleOperationPredicate) (result PatchSchedulesListByRedisResourceCompleteResult, err error)
PatchSchedulesListByRedisResourceCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (RedisClient) RegenerateKey ¶
func (c RedisClient) RegenerateKey(ctx context.Context, id RediId, input RedisRegenerateKeyParameters) (result RegenerateKeyOperationResponse, err error)
RegenerateKey ...
func (RedisClient) Update ¶
func (c RedisClient) Update(ctx context.Context, id RediId, input RedisUpdateParameters) (result UpdateOperationResponse, err error)
Update ...
func (RedisClient) UpdateThenPoll ¶
func (c RedisClient) UpdateThenPoll(ctx context.Context, id RediId, input RedisUpdateParameters) error
UpdateThenPoll performs Update then polls until it's completed
type RedisCommonPropertiesRedisConfiguration ¶
type RedisCommonPropertiesRedisConfiguration struct { AofBackupEnabled *string `json:"aof-backup-enabled,omitempty"` AofStorageConnectionString0 *string `json:"aof-storage-connection-string-0,omitempty"` AofStorageConnectionString1 *string `json:"aof-storage-connection-string-1,omitempty"` Authnotrequired *string `json:"authnotrequired,omitempty"` Maxclients *string `json:"maxclients,omitempty"` MaxfragmentationmemoryReserved *string `json:"maxfragmentationmemory-reserved,omitempty"` MaxmemoryDelta *string `json:"maxmemory-delta,omitempty"` MaxmemoryPolicy *string `json:"maxmemory-policy,omitempty"` MaxmemoryReserved *string `json:"maxmemory-reserved,omitempty"` NotifyKeyspaceEvents *string `json:"notify-keyspace-events,omitempty"` PreferredDataArchiveAuthMethod *string `json:"preferred-data-archive-auth-method,omitempty"` PreferredDataPersistenceAuthMethod *string `json:"preferred-data-persistence-auth-method,omitempty"` RdbBackupEnabled *string `json:"rdb-backup-enabled,omitempty"` RdbBackupFrequency *string `json:"rdb-backup-frequency,omitempty"` RdbBackupMaxSnapshotCount *string `json:"rdb-backup-max-snapshot-count,omitempty"` RdbStorageConnectionString *string `json:"rdb-storage-connection-string,omitempty"` StorageSubscriptionId *string `json:"storage-subscription-id,omitempty"` ZonalConfiguration *string `json:"zonal-configuration,omitempty"` }
type RedisCreateParameters ¶
type RedisCreateParameters struct { Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` Location string `json:"location"` Properties RedisCreateProperties `json:"properties"` Tags *map[string]string `json:"tags,omitempty"` Zones *zones.Schema `json:"zones,omitempty"` }
type RedisCreateProperties ¶
type RedisCreateProperties struct { EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` RedisVersion *string `json:"redisVersion,omitempty"` ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` ShardCount *int64 `json:"shardCount,omitempty"` Sku Sku `json:"sku"` StaticIP *string `json:"staticIP,omitempty"` SubnetId *string `json:"subnetId,omitempty"` TenantSettings *map[string]string `json:"tenantSettings,omitempty"` }
type RedisFirewallRule ¶
type RedisFirewallRule struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties RedisFirewallRuleProperties `json:"properties"` Type *string `json:"type,omitempty"` }
type RedisFirewallRuleOperationPredicate ¶
func (RedisFirewallRuleOperationPredicate) Matches ¶
func (p RedisFirewallRuleOperationPredicate) Matches(input RedisFirewallRule) bool
type RedisForceRebootResponse ¶
type RedisForceRebootResponse struct {
Message *string `json:"message,omitempty"`
}
type RedisInstanceDetails ¶
type RedisKeyType ¶
type RedisKeyType string
const ( RedisKeyTypePrimary RedisKeyType = "Primary" RedisKeyTypeSecondary RedisKeyType = "Secondary" )
func (*RedisKeyType) UnmarshalJSON ¶ added in v0.20230516.1215417
func (s *RedisKeyType) UnmarshalJSON(bytes []byte) error
type RedisLinkedServer ¶
type RedisLinkedServer struct {
Id *string `json:"id,omitempty"`
}
type RedisLinkedServerCreateParameters ¶
type RedisLinkedServerCreateParameters struct {
Properties RedisLinkedServerCreateProperties `json:"properties"`
}
type RedisLinkedServerCreateProperties ¶
type RedisLinkedServerCreateProperties struct { GeoReplicatedPrimaryHostName *string `json:"geoReplicatedPrimaryHostName,omitempty"` LinkedRedisCacheId string `json:"linkedRedisCacheId"` LinkedRedisCacheLocation string `json:"linkedRedisCacheLocation"` PrimaryHostName *string `json:"primaryHostName,omitempty"` ServerRole ReplicationRole `json:"serverRole"` }
type RedisLinkedServerProperties ¶
type RedisLinkedServerProperties struct { GeoReplicatedPrimaryHostName *string `json:"geoReplicatedPrimaryHostName,omitempty"` LinkedRedisCacheId string `json:"linkedRedisCacheId"` LinkedRedisCacheLocation string `json:"linkedRedisCacheLocation"` PrimaryHostName *string `json:"primaryHostName,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` ServerRole ReplicationRole `json:"serverRole"` }
type RedisLinkedServerWithProperties ¶
type RedisLinkedServerWithProperties struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *RedisLinkedServerProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type RedisLinkedServerWithPropertiesOperationPredicate ¶
type RedisLinkedServerWithPropertiesOperationPredicate struct { Id *string Name *string Type *string }
func (RedisLinkedServerWithPropertiesOperationPredicate) Matches ¶
func (p RedisLinkedServerWithPropertiesOperationPredicate) Matches(input RedisLinkedServerWithProperties) bool
type RedisPatchSchedule ¶
type RedisPatchSchedule struct { Id *string `json:"id,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties ScheduleEntries `json:"properties"` Type *string `json:"type,omitempty"` }
type RedisPatchScheduleOperationPredicate ¶
type RedisPatchScheduleOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (RedisPatchScheduleOperationPredicate) Matches ¶
func (p RedisPatchScheduleOperationPredicate) Matches(input RedisPatchSchedule) bool
type RedisProperties ¶
type RedisProperties struct { AccessKeys *RedisAccessKeys `json:"accessKeys,omitempty"` EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` HostName *string `json:"hostName,omitempty"` Instances *[]RedisInstanceDetails `json:"instances,omitempty"` LinkedServers *[]RedisLinkedServer `json:"linkedServers,omitempty"` MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` Port *int64 `json:"port,omitempty"` PrivateEndpointConnections *[]PrivateEndpointConnection `json:"privateEndpointConnections,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` RedisVersion *string `json:"redisVersion,omitempty"` ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` ShardCount *int64 `json:"shardCount,omitempty"` Sku Sku `json:"sku"` SslPort *int64 `json:"sslPort,omitempty"` StaticIP *string `json:"staticIP,omitempty"` SubnetId *string `json:"subnetId,omitempty"` TenantSettings *map[string]string `json:"tenantSettings,omitempty"` }
type RedisRebootParameters ¶
type RedisRebootParameters struct { Ports *[]int64 `json:"ports,omitempty"` RebootType *RebootType `json:"rebootType,omitempty"` ShardId *int64 `json:"shardId,omitempty"` }
type RedisRegenerateKeyParameters ¶
type RedisRegenerateKeyParameters struct {
KeyType RedisKeyType `json:"keyType"`
}
type RedisResource ¶
type RedisResource struct { Id *string `json:"id,omitempty"` Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` Location string `json:"location"` Name *string `json:"name,omitempty"` Properties RedisProperties `json:"properties"` Tags *map[string]string `json:"tags,omitempty"` Type *string `json:"type,omitempty"` Zones *zones.Schema `json:"zones,omitempty"` }
type RedisResourceOperationPredicate ¶
type RedisResourceOperationPredicate struct { Id *string Location *string Name *string Type *string }
func (RedisResourceOperationPredicate) Matches ¶
func (p RedisResourceOperationPredicate) Matches(input RedisResource) bool
type RedisUpdateParameters ¶
type RedisUpdateParameters struct { Identity *identity.SystemAndUserAssignedMap `json:"identity,omitempty"` Properties *RedisUpdateProperties `json:"properties,omitempty"` Tags *map[string]string `json:"tags,omitempty"` }
type RedisUpdateProperties ¶
type RedisUpdateProperties struct { EnableNonSslPort *bool `json:"enableNonSslPort,omitempty"` MinimumTlsVersion *TlsVersion `json:"minimumTlsVersion,omitempty"` PublicNetworkAccess *PublicNetworkAccess `json:"publicNetworkAccess,omitempty"` RedisConfiguration *RedisCommonPropertiesRedisConfiguration `json:"redisConfiguration,omitempty"` RedisVersion *string `json:"redisVersion,omitempty"` ReplicasPerMaster *int64 `json:"replicasPerMaster,omitempty"` ReplicasPerPrimary *int64 `json:"replicasPerPrimary,omitempty"` ShardCount *int64 `json:"shardCount,omitempty"` Sku *Sku `json:"sku,omitempty"` TenantSettings *map[string]string `json:"tenantSettings,omitempty"` }
type RegenerateKeyOperationResponse ¶
type RegenerateKeyOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *RedisAccessKeys }
type ReplicationRole ¶
type ReplicationRole string
const ( ReplicationRolePrimary ReplicationRole = "Primary" ReplicationRoleSecondary ReplicationRole = "Secondary" )
func (*ReplicationRole) UnmarshalJSON ¶ added in v0.20230516.1215417
func (s *ReplicationRole) UnmarshalJSON(bytes []byte) error
type ScheduleEntries ¶
type ScheduleEntries struct {
ScheduleEntries []ScheduleEntry `json:"scheduleEntries"`
}
type ScheduleEntry ¶
type SkuFamily ¶
type SkuFamily string
func (*SkuFamily) UnmarshalJSON ¶ added in v0.20230516.1215417
type TlsVersion ¶
type TlsVersion string
const ( TlsVersionOnePointOne TlsVersion = "1.1" TlsVersionOnePointTwo TlsVersion = "1.2" TlsVersionOnePointZero TlsVersion = "1.0" )
func (*TlsVersion) UnmarshalJSON ¶ added in v0.20230516.1215417
func (s *TlsVersion) UnmarshalJSON(bytes []byte) error
type UpdateOperationResponse ¶
type UpgradeNotification ¶
type UpgradeNotification struct { Name *string `json:"name,omitempty"` Timestamp *string `json:"timestamp,omitempty"` UpsellNotification *map[string]string `json:"upsellNotification,omitempty"` }
func (*UpgradeNotification) GetTimestampAsTime ¶
func (o *UpgradeNotification) GetTimestampAsTime() (*time.Time, error)
func (*UpgradeNotification) SetTimestampAsTime ¶
func (o *UpgradeNotification) SetTimestampAsTime(input time.Time)
type UpgradeNotificationOperationPredicate ¶
func (UpgradeNotificationOperationPredicate) Matches ¶
func (p UpgradeNotificationOperationPredicate) Matches(input UpgradeNotification) bool
Source Files ¶
- client.go
- constants.go
- id_firewallrule.go
- id_linkedserver.go
- id_redi.go
- method_checknameavailability.go
- method_create.go
- method_delete.go
- method_exportdata.go
- method_firewallrulescreateorupdate.go
- method_firewallrulesdelete.go
- method_firewallrulesget.go
- method_firewallruleslist.go
- method_forcereboot.go
- method_get.go
- method_importdata.go
- method_linkedservercreate.go
- method_linkedserverdelete.go
- method_linkedserverget.go
- method_linkedserverlist.go
- method_listbyresourcegroup.go
- method_listbysubscription.go
- method_listkeys.go
- method_listupgradenotifications.go
- method_patchschedulescreateorupdate.go
- method_patchschedulesdelete.go
- method_patchschedulesget.go
- method_patchscheduleslistbyredisresource.go
- method_regeneratekey.go
- method_update.go
- model_checknameavailabilityparameters.go
- model_exportrdbparameters.go
- model_importrdbparameters.go
- model_privateendpoint.go
- model_privateendpointconnection.go
- model_privateendpointconnectionproperties.go
- model_privatelinkserviceconnectionstate.go
- model_redisaccesskeys.go
- model_rediscommonpropertiesredisconfiguration.go
- model_rediscreateparameters.go
- model_rediscreateproperties.go
- model_redisfirewallrule.go
- model_redisfirewallruleproperties.go
- model_redisforcerebootresponse.go
- model_redisinstancedetails.go
- model_redislinkedserver.go
- model_redislinkedservercreateparameters.go
- model_redislinkedservercreateproperties.go
- model_redislinkedserverproperties.go
- model_redislinkedserverwithproperties.go
- model_redispatchschedule.go
- model_redisproperties.go
- model_redisrebootparameters.go
- model_redisregeneratekeyparameters.go
- model_redisresource.go
- model_redisupdateparameters.go
- model_redisupdateproperties.go
- model_scheduleentries.go
- model_scheduleentry.go
- model_sku.go
- model_upgradenotification.go
- predicates.go
- version.go