Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateMonitorID ¶
ValidateMonitorID checks that 'input' can be parsed as a Monitor ID
Types ¶
type DatadogSetPasswordLink ¶
type DatadogSetPasswordLink struct {
SetPasswordLink *string `json:"setPasswordLink,omitempty"`
}
type MonitorId ¶
MonitorId is a struct representing the Resource ID for a Monitor
func NewMonitorID ¶
NewMonitorID returns a new MonitorId struct
func ParseMonitorID ¶
ParseMonitorID parses 'input' into a MonitorId
func ParseMonitorIDInsensitively ¶
ParseMonitorIDInsensitively parses 'input' case-insensitively into a MonitorId note: this method should only be used for API response data and not user input
func (*MonitorId) FromParseResult ¶
func (id *MonitorId) FromParseResult(input resourceids.ParseResult) error
func (MonitorId) Segments ¶
func (id MonitorId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Monitor ID
type MonitorsRefreshSetPasswordLinkOperationResponse ¶
type MonitorsRefreshSetPasswordLinkOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *DatadogSetPasswordLink }
type RefreshSetPasswordLinkClient ¶
type RefreshSetPasswordLinkClient struct {
Client *resourcemanager.Client
}
func NewRefreshSetPasswordLinkClientWithBaseURI ¶
func NewRefreshSetPasswordLinkClientWithBaseURI(sdkApi sdkEnv.Api) (*RefreshSetPasswordLinkClient, error)
func (RefreshSetPasswordLinkClient) MonitorsRefreshSetPasswordLink ¶
func (c RefreshSetPasswordLinkClient) MonitorsRefreshSetPasswordLink(ctx context.Context, id MonitorId) (result MonitorsRefreshSetPasswordLinkOperationResponse, err error)
MonitorsRefreshSetPasswordLink ...
Click to show internal directories.
Click to hide internal directories.