Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StopRequestBuilder ¶
type StopRequestBuilder struct {
// contains filtered or unexported fields
}
StopRequestBuilder builds and executes requests for operations under \identityGovernance\accessReviews\definitions\{accessReviewScheduleDefinition-id}\microsoft.graph.stop
func NewStopRequestBuilder ¶
func NewStopRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *StopRequestBuilder
NewStopRequestBuilder instantiates a new StopRequestBuilder and sets the default values.
func NewStopRequestBuilderInternal ¶
func NewStopRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *StopRequestBuilder
NewStopRequestBuilderInternal instantiates a new StopRequestBuilder and sets the default values.
func (*StopRequestBuilder) CreatePostRequestInformation ¶
func (m *StopRequestBuilder) CreatePostRequestInformation(options *StopRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action stop
func (*StopRequestBuilder) Post ¶
func (m *StopRequestBuilder) Post(options *StopRequestBuilderPostOptions) error
Post invoke action stop
type StopRequestBuilderPostOptions ¶
type StopRequestBuilderPostOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
StopRequestBuilderPostOptions options for Post
Click to show internal directories.
Click to hide internal directories.