Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateOrUpdateSearchService ¶
type CreateOrUpdateSearchService struct {
Name string `json:"-"`
ResourceGroupName string `json:"-"`
Location string `json:"-" riviera:"location"`
Tags map[string]*string `json:"-" riviera:"tags"`
Sku Sku `json:"-" riviera:"sku"`
ReplicaCount *int `json:"replicaCount,omitempty"`
PartitionCount *int `json:"partitionCount,omitempty"`
}
func (CreateOrUpdateSearchService) APIInfo ¶
func (s CreateOrUpdateSearchService) APIInfo() azure.APIInfo
type CreateOrUpdateSearchServiceResponse ¶
type CreateOrUpdateSearchServiceResponse struct {
ID *string `mapstructure:"id"`
Name *string `mapstructure:"name"`
Location *string `mapstructure:"location"`
Tags *map[string]*string `mapstructure:"tags"`
Sku *Sku `mapstructure:"sku"`
ReplicaCount *int `mapstructure:"replicaCount"`
PartitionCount *int `mapstructure:"partitionCount"`
Status *string `mapstructure:"status"`
StatusDetails *string `mapstructure:"statusDetails"`
ProvisioningStatus *string `mapstructure:"provisioningStatus"`
}
type DeleteSearchService ¶
func (DeleteSearchService) APIInfo ¶
func (s DeleteSearchService) APIInfo() azure.APIInfo
type GetSearchService ¶
func (GetSearchService) APIInfo ¶
func (s GetSearchService) APIInfo() azure.APIInfo
type GetSearchServiceResponse ¶
type GetSearchServiceResponse struct {
ID *string `mapstructure:"id"`
Name string `mapstructure:"name"`
ResourceGroupName string `mapstructure:"-"`
Location string `mapstructure:"location"`
Tags map[string]*string `mapstructure:"tags"`
Sku *Sku `mapstructure:"sku"`
ReplicaCount *int `mapstructure:"replicaCount"`
PartitionCount *int `mapstructure:"partitionCount"`
Status *string `mapstructure:"status"`
StatusDetails *string `mapstructure:"statusDetails"`
ProvisioningState *string `mapstructure:"provisioningState"`
}
Click to show internal directories.
Click to hide internal directories.