Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForState ¶
func PossibleValuesForState() []string
Types ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SqlAgentConfiguration }
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *SqlAgentConfiguration }
type SqlAgentClient ¶
type SqlAgentClient struct {
Client *resourcemanager.Client
}
func NewSqlAgentClientWithBaseURI ¶
func NewSqlAgentClientWithBaseURI(sdkApi sdkEnv.Api) (*SqlAgentClient, error)
func (SqlAgentClient) CreateOrUpdate ¶
func (c SqlAgentClient) CreateOrUpdate(ctx context.Context, id commonids.SqlManagedInstanceId, input SqlAgentConfiguration) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (SqlAgentClient) Get ¶
func (c SqlAgentClient) Get(ctx context.Context, id commonids.SqlManagedInstanceId) (result GetOperationResponse, err error)
Get ...
type SqlAgentConfiguration ¶
type SqlAgentConfiguration struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *SqlAgentConfigurationProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type SqlAgentConfigurationProperties ¶
type SqlAgentConfigurationProperties struct {
State *State `json:"state,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.