search

package
v0.0.0-...-a7eb91c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2017 License: MPL-2.0 Imports: 2 Imported by: 93

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

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

type DeleteSearchService struct {
	Name              string `json:"-"`
	ResourceGroupName string `json:"-"`
}

func (DeleteSearchService) APIInfo

func (s DeleteSearchService) APIInfo() azure.APIInfo

type GetSearchService

type GetSearchService struct {
	Name              string `json:"-"`
	ResourceGroupName string `json:"-"`
}

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"`
}

type Sku

type Sku struct {
	Name string `json:"name" mapstructure:"name"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL