Versions in this module Expand all Collapse all v46 v46.4.0 Sep 25, 2020 v46.3.0 Sep 22, 2020 v46.2.0 Sep 21, 2020 v46.1.0 Sep 9, 2020 v46.0.0 Aug 24, 2020 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AccessKeys struct + PrimaryKey *string + SecondaryKey *string + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type Client struct + func NewClient(subscriptionID string) Client + func NewClientWithBaseURI(baseURI string, subscriptionID string) Client + func (client Client) CreateOrUpdate(ctx context.Context, resourceGroupName string, name string, ...) (result ResourceWithAccessKey, err error) + func (client Client) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client Client) CreateOrUpdateResponder(resp *http.Response) (result ResourceWithAccessKey, err error) + func (client Client) CreateOrUpdateSender(req *http.Request) (*http.Response, error) + func (client Client) Delete(ctx context.Context, resourceGroupName string, name string) (result autorest.Response, err error) + func (client Client) DeletePreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client Client) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client Client) DeleteSender(req *http.Request) (*http.Response, error) + func (client Client) ForceReboot(ctx context.Context, resourceGroupName string, name string, ...) (result autorest.Response, err error) + func (client Client) ForceRebootPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client Client) ForceRebootResponder(resp *http.Response) (result autorest.Response, err error) + func (client Client) ForceRebootSender(req *http.Request) (*http.Response, error) + func (client Client) Get(ctx context.Context, resourceGroupName string, name string) (result ResourceType, err error) + func (client Client) GetPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client Client) GetResponder(resp *http.Response) (result ResourceType, err error) + func (client Client) GetSender(req *http.Request) (*http.Response, error) + func (client Client) List(ctx context.Context) (result ListResultPage, err error) + func (client Client) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ListResultPage, err error) + func (client Client) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ListResultIterator, err error) + func (client Client) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client Client) ListByResourceGroupResponder(resp *http.Response) (result ListResult, err error) + func (client Client) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client Client) ListComplete(ctx context.Context) (result ListResultIterator, err error) + func (client Client) ListKeys(ctx context.Context, resourceGroupName string, name string) (result ListKeysResult, err error) + func (client Client) ListKeysPreparer(ctx context.Context, resourceGroupName string, name string) (*http.Request, error) + func (client Client) ListKeysResponder(resp *http.Response) (result ListKeysResult, err error) + func (client Client) ListKeysSender(req *http.Request) (*http.Response, error) + func (client Client) ListPreparer(ctx context.Context) (*http.Request, error) + func (client Client) ListResponder(resp *http.Response) (result ListResult, err error) + func (client Client) ListSender(req *http.Request) (*http.Response, error) + func (client Client) RegenerateKey(ctx context.Context, resourceGroupName string, name string, ...) (result ListKeysResult, err error) + func (client Client) RegenerateKeyPreparer(ctx context.Context, resourceGroupName string, name string, ...) (*http.Request, error) + func (client Client) RegenerateKeyResponder(resp *http.Response) (result ListKeysResult, err error) + func (client Client) RegenerateKeySender(req *http.Request) (*http.Response, error) + type CreateOrUpdateParameters struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (coup *CreateOrUpdateParameters) UnmarshalJSON(body []byte) error + func (coup CreateOrUpdateParameters) MarshalJSON() ([]byte, error) + type KeyType string + const Primary + const Secondary + func PossibleKeyTypeValues() []KeyType + type ListKeysResult struct + PrimaryKey *string + SecondaryKey *string + type ListResult struct + NextLink *string + Value *[]ResourceType + func (lr ListResult) IsEmpty() bool + type ListResultIterator struct + func NewListResultIterator(page ListResultPage) ListResultIterator + func (iter *ListResultIterator) Next() error + func (iter *ListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListResultIterator) NotDone() bool + func (iter ListResultIterator) Response() ListResult + func (iter ListResultIterator) Value() ResourceType + type ListResultPage struct + func NewListResultPage(getNextPage func(context.Context, ListResult) (ListResult, error)) ListResultPage + func (page *ListResultPage) Next() error + func (page *ListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ListResultPage) NotDone() bool + func (page ListResultPage) Response() ListResult + func (page ListResultPage) Values() []ResourceType + type Properties struct + EnableNonSslPort *bool + RedisConfiguration map[string]*string + RedisVersion *string + ShardCount *int32 + Sku *Sku + StaticIP *string + Subnet *string + TenantSettings map[string]*string + VirtualNetwork *string + func (p Properties) MarshalJSON() ([]byte, error) + type ReadableProperties struct + EnableNonSslPort *bool + HostName *string + Port *int32 + ProvisioningState *string + RedisConfiguration map[string]*string + RedisVersion *string + ShardCount *int32 + Sku *Sku + SslPort *int32 + StaticIP *string + Subnet *string + TenantSettings map[string]*string + VirtualNetwork *string + func (rp ReadableProperties) MarshalJSON() ([]byte, error) + type ReadablePropertiesWithAccessKey struct + AccessKeys *AccessKeys + EnableNonSslPort *bool + HostName *string + Port *int32 + ProvisioningState *string + RedisConfiguration map[string]*string + RedisVersion *string + ShardCount *int32 + Sku *Sku + SslPort *int32 + StaticIP *string + Subnet *string + TenantSettings map[string]*string + VirtualNetwork *string + func (rpwak ReadablePropertiesWithAccessKey) MarshalJSON() ([]byte, error) + type RebootParameters struct + RebootType RebootType + ShardID *int32 + type RebootType string + const AllNodes + const PrimaryNode + const SecondaryNode + func PossibleRebootTypeValues() []RebootType + type RegenerateKeyParameters struct + KeyType KeyType + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceType struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (rt *ResourceType) UnmarshalJSON(body []byte) error + func (rt ResourceType) MarshalJSON() ([]byte, error) + type ResourceWithAccessKey struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (rwak *ResourceWithAccessKey) UnmarshalJSON(body []byte) error + func (rwak ResourceWithAccessKey) MarshalJSON() ([]byte, error) + type Sku struct + Capacity *int32 + Family SkuFamily + Name SkuName + type SkuFamily string + const C + const P + func PossibleSkuFamilyValues() []SkuFamily + type SkuName string + const Basic + const Premium + const Standard + func PossibleSkuNameValues() []SkuName Other modules containing this package gopkg.in/Azure/azure-sdk-for-go.v15 gopkg.in/Azure/azure-sdk-for-go.v16 gopkg.in/Azure/azure-sdk-for-go.v17 gopkg.in/Azure/azure-sdk-for-go.v18 gopkg.in/Azure/azure-sdk-for-go.v19 gopkg.in/Azure/azure-sdk-for-go.v20 gopkg.in/Azure/azure-sdk-for-go.v21 gopkg.in/Azure/azure-sdk-for-go.v22 gopkg.in/Azure/azure-sdk-for-go.v23 gopkg.in/Azure/azure-sdk-for-go.v24 gopkg.in/Azure/azure-sdk-for-go.v25 gopkg.in/Azure/azure-sdk-for-go.v26 gopkg.in/Azure/azure-sdk-for-go.v27 gopkg.in/Azure/azure-sdk-for-go.v28 gopkg.in/Azure/azure-sdk-for-go.v29 gopkg.in/Azure/azure-sdk-for-go.v30 gopkg.in/Azure/azure-sdk-for-go.v31 gopkg.in/Azure/azure-sdk-for-go.v32 gopkg.in/Azure/azure-sdk-for-go.v33 gopkg.in/Azure/azure-sdk-for-go.v34 gopkg.in/Azure/azure-sdk-for-go.v35 gopkg.in/Azure/azure-sdk-for-go.v36 gopkg.in/Azure/azure-sdk-for-go.v37 gopkg.in/Azure/azure-sdk-for-go.v38 gopkg.in/Azure/azure-sdk-for-go.v39 gopkg.in/Azure/azure-sdk-for-go.v40 gopkg.in/Azure/azure-sdk-for-go.v41 gopkg.in/Azure/azure-sdk-for-go.v42 gopkg.in/Azure/azure-sdk-for-go.v43 gopkg.in/Azure/azure-sdk-for-go.v44 gopkg.in/Azure/azure-sdk-for-go.v45 gopkg.in/Azure/azure-sdk-for-go.v48