rolescopetagassignment

package
v0.20241126.1723 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateRoleScopeTagAssignmentOperationOptions

type CreateRoleScopeTagAssignmentOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateRoleScopeTagAssignmentOperationOptions

func DefaultCreateRoleScopeTagAssignmentOperationOptions() CreateRoleScopeTagAssignmentOperationOptions

func (CreateRoleScopeTagAssignmentOperationOptions) ToHeaders

func (CreateRoleScopeTagAssignmentOperationOptions) ToOData

func (CreateRoleScopeTagAssignmentOperationOptions) ToQuery

type CreateRoleScopeTagAssignmentOperationResponse

type CreateRoleScopeTagAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.RoleScopeTagAutoAssignment
}

type DeleteRoleScopeTagAssignmentOperationOptions

type DeleteRoleScopeTagAssignmentOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteRoleScopeTagAssignmentOperationOptions

func DefaultDeleteRoleScopeTagAssignmentOperationOptions() DeleteRoleScopeTagAssignmentOperationOptions

func (DeleteRoleScopeTagAssignmentOperationOptions) ToHeaders

func (DeleteRoleScopeTagAssignmentOperationOptions) ToOData

func (DeleteRoleScopeTagAssignmentOperationOptions) ToQuery

type DeleteRoleScopeTagAssignmentOperationResponse

type DeleteRoleScopeTagAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetRoleScopeTagAssignmentOperationOptions

type GetRoleScopeTagAssignmentOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetRoleScopeTagAssignmentOperationOptions

func DefaultGetRoleScopeTagAssignmentOperationOptions() GetRoleScopeTagAssignmentOperationOptions

func (GetRoleScopeTagAssignmentOperationOptions) ToHeaders

func (GetRoleScopeTagAssignmentOperationOptions) ToOData

func (GetRoleScopeTagAssignmentOperationOptions) ToQuery

type GetRoleScopeTagAssignmentOperationResponse

type GetRoleScopeTagAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.RoleScopeTagAutoAssignment
}

type GetRoleScopeTagAssignmentsCountOperationOptions

type GetRoleScopeTagAssignmentsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetRoleScopeTagAssignmentsCountOperationOptions

func DefaultGetRoleScopeTagAssignmentsCountOperationOptions() GetRoleScopeTagAssignmentsCountOperationOptions

func (GetRoleScopeTagAssignmentsCountOperationOptions) ToHeaders

func (GetRoleScopeTagAssignmentsCountOperationOptions) ToOData

func (GetRoleScopeTagAssignmentsCountOperationOptions) ToQuery

type GetRoleScopeTagAssignmentsCountOperationResponse

type GetRoleScopeTagAssignmentsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListRoleScopeTagAssignmentsCompleteResult

type ListRoleScopeTagAssignmentsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.RoleScopeTagAutoAssignment
}

type ListRoleScopeTagAssignmentsCustomPager

type ListRoleScopeTagAssignmentsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListRoleScopeTagAssignmentsOperationOptions

type ListRoleScopeTagAssignmentsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListRoleScopeTagAssignmentsOperationOptions

func DefaultListRoleScopeTagAssignmentsOperationOptions() ListRoleScopeTagAssignmentsOperationOptions

func (ListRoleScopeTagAssignmentsOperationOptions) ToHeaders

func (ListRoleScopeTagAssignmentsOperationOptions) ToOData

func (ListRoleScopeTagAssignmentsOperationOptions) ToQuery

type ListRoleScopeTagAssignmentsOperationResponse

type ListRoleScopeTagAssignmentsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.RoleScopeTagAutoAssignment
}

type RoleScopeTagAssignmentClient

type RoleScopeTagAssignmentClient struct {
	Client *msgraph.Client
}

func NewRoleScopeTagAssignmentClientWithBaseURI

func NewRoleScopeTagAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleScopeTagAssignmentClient, error)

func (RoleScopeTagAssignmentClient) CreateRoleScopeTagAssignment

CreateRoleScopeTagAssignment - Create new navigation property to assignments for deviceManagement

func (RoleScopeTagAssignmentClient) DeleteRoleScopeTagAssignment

DeleteRoleScopeTagAssignment - Delete navigation property assignments for deviceManagement

func (RoleScopeTagAssignmentClient) GetRoleScopeTagAssignment

GetRoleScopeTagAssignment - Get assignments from deviceManagement. The list of assignments for this Role Scope Tag.

func (RoleScopeTagAssignmentClient) GetRoleScopeTagAssignmentsCount

GetRoleScopeTagAssignmentsCount - Get the number of the resource

func (RoleScopeTagAssignmentClient) ListRoleScopeTagAssignments

ListRoleScopeTagAssignments - Get assignments from deviceManagement. The list of assignments for this Role Scope Tag.

func (RoleScopeTagAssignmentClient) ListRoleScopeTagAssignmentsComplete

ListRoleScopeTagAssignmentsComplete retrieves all the results into a single object

func (RoleScopeTagAssignmentClient) ListRoleScopeTagAssignmentsCompleteMatchingPredicate

ListRoleScopeTagAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (RoleScopeTagAssignmentClient) UpdateRoleScopeTagAssignment

UpdateRoleScopeTagAssignment - Update the navigation property assignments in deviceManagement

type RoleScopeTagAutoAssignmentOperationPredicate

type RoleScopeTagAutoAssignmentOperationPredicate struct {
}

func (RoleScopeTagAutoAssignmentOperationPredicate) Matches

type UpdateRoleScopeTagAssignmentOperationOptions

type UpdateRoleScopeTagAssignmentOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateRoleScopeTagAssignmentOperationOptions

func DefaultUpdateRoleScopeTagAssignmentOperationOptions() UpdateRoleScopeTagAssignmentOperationOptions

func (UpdateRoleScopeTagAssignmentOperationOptions) ToHeaders

func (UpdateRoleScopeTagAssignmentOperationOptions) ToOData

func (UpdateRoleScopeTagAssignmentOperationOptions) ToQuery

type UpdateRoleScopeTagAssignmentOperationResponse

type UpdateRoleScopeTagAssignmentOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

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