Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailoverDBDatabase ¶
type FailoverDBDatabase struct { DatabaseName string `json:"-"` ResourceGroupName string `json:"-"` FailoverPolicies []FailoverPolicies `json:"failoverPolicies,omitempty" riviera:"failoverPolicies"` }
func (FailoverDBDatabase) APIInfo ¶
func (s FailoverDBDatabase) APIInfo() azure.APIInfo
type FailoverPolicies ¶
type GetDatabaseResponse ¶
type GetDatabaseResponse struct { ID *string `mapstructure:"id"` Name *string `mapstructure:"name"` Type *string `mapstructure:"type"` FailoverPolicies []FailoverPolicies `mapstructure:"failoverPolicies"` }
type GetDocumentDBDatabase ¶
type GetDocumentDBDatabase struct { DatabaseName string `json:"-"` ResourceGroupName string `json:"-"` }
func (GetDocumentDBDatabase) APIInfo ¶
func (s GetDocumentDBDatabase) APIInfo() azure.APIInfo
Click to show internal directories.
Click to hide internal directories.