Documentation ¶
Index ¶
- func ValidateOfficeConsentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type OfficeConsent
- type OfficeConsentId
- type OfficeConsentOperationPredicate
- type OfficeConsentProperties
- type OfficeConsentsClient
- func (c OfficeConsentsClient) OfficeConsentsDelete(ctx context.Context, id OfficeConsentId) (result OfficeConsentsDeleteOperationResponse, err error)
- func (c OfficeConsentsClient) OfficeConsentsGet(ctx context.Context, id OfficeConsentId) (result OfficeConsentsGetOperationResponse, err error)
- func (c OfficeConsentsClient) OfficeConsentsList(ctx context.Context, id WorkspaceId) (resp OfficeConsentsListOperationResponse, err error)
- func (c OfficeConsentsClient) OfficeConsentsListComplete(ctx context.Context, id WorkspaceId) (OfficeConsentsListCompleteResult, error)
- func (c OfficeConsentsClient) OfficeConsentsListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, predicate OfficeConsentOperationPredicate) (resp OfficeConsentsListCompleteResult, err error)
- type OfficeConsentsDeleteOperationResponse
- type OfficeConsentsGetOperationResponse
- type OfficeConsentsListCompleteResult
- type OfficeConsentsListOperationResponse
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateOfficeConsentID ¶
ValidateOfficeConsentID checks that 'input' can be parsed as a Office Consent ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type OfficeConsent ¶
type OfficeConsent struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *OfficeConsentProperties `json:"properties,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type OfficeConsentId ¶
type OfficeConsentId struct { SubscriptionId string ResourceGroupName string WorkspaceName string ConsentId string }
OfficeConsentId is a struct representing the Resource ID for a Office Consent
func NewOfficeConsentID ¶
func NewOfficeConsentID(subscriptionId string, resourceGroupName string, workspaceName string, consentId string) OfficeConsentId
NewOfficeConsentID returns a new OfficeConsentId struct
func ParseOfficeConsentID ¶
func ParseOfficeConsentID(input string) (*OfficeConsentId, error)
ParseOfficeConsentID parses 'input' into a OfficeConsentId
func ParseOfficeConsentIDInsensitively ¶
func ParseOfficeConsentIDInsensitively(input string) (*OfficeConsentId, error)
ParseOfficeConsentIDInsensitively parses 'input' case-insensitively into a OfficeConsentId note: this method should only be used for API response data and not user input
func (OfficeConsentId) ID ¶
func (id OfficeConsentId) ID() string
ID returns the formatted Office Consent ID
func (OfficeConsentId) Segments ¶
func (id OfficeConsentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Office Consent ID
func (OfficeConsentId) String ¶
func (id OfficeConsentId) String() string
String returns a human-readable description of this Office Consent ID
type OfficeConsentOperationPredicate ¶
func (OfficeConsentOperationPredicate) Matches ¶
func (p OfficeConsentOperationPredicate) Matches(input OfficeConsent) bool
type OfficeConsentProperties ¶
type OfficeConsentsClient ¶
type OfficeConsentsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewOfficeConsentsClientWithBaseURI ¶
func NewOfficeConsentsClientWithBaseURI(endpoint string) OfficeConsentsClient
func (OfficeConsentsClient) OfficeConsentsDelete ¶
func (c OfficeConsentsClient) OfficeConsentsDelete(ctx context.Context, id OfficeConsentId) (result OfficeConsentsDeleteOperationResponse, err error)
OfficeConsentsDelete ...
func (OfficeConsentsClient) OfficeConsentsGet ¶
func (c OfficeConsentsClient) OfficeConsentsGet(ctx context.Context, id OfficeConsentId) (result OfficeConsentsGetOperationResponse, err error)
OfficeConsentsGet ...
func (OfficeConsentsClient) OfficeConsentsList ¶
func (c OfficeConsentsClient) OfficeConsentsList(ctx context.Context, id WorkspaceId) (resp OfficeConsentsListOperationResponse, err error)
OfficeConsentsList ...
func (OfficeConsentsClient) OfficeConsentsListComplete ¶
func (c OfficeConsentsClient) OfficeConsentsListComplete(ctx context.Context, id WorkspaceId) (OfficeConsentsListCompleteResult, error)
OfficeConsentsListComplete retrieves all of the results into a single object
func (OfficeConsentsClient) OfficeConsentsListCompleteMatchingPredicate ¶
func (c OfficeConsentsClient) OfficeConsentsListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, predicate OfficeConsentOperationPredicate) (resp OfficeConsentsListCompleteResult, err error)
OfficeConsentsListCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type OfficeConsentsGetOperationResponse ¶
type OfficeConsentsGetOperationResponse struct { HttpResponse *http.Response Model *OfficeConsent }
type OfficeConsentsListCompleteResult ¶
type OfficeConsentsListCompleteResult struct {
Items []OfficeConsent
}
type OfficeConsentsListOperationResponse ¶
type OfficeConsentsListOperationResponse struct { HttpResponse *http.Response Model *[]OfficeConsent // contains filtered or unexported fields }
func (OfficeConsentsListOperationResponse) HasMore ¶
func (r OfficeConsentsListOperationResponse) HasMore() bool
func (OfficeConsentsListOperationResponse) LoadMore ¶
func (r OfficeConsentsListOperationResponse) LoadMore(ctx context.Context) (resp OfficeConsentsListOperationResponse, err error)
type WorkspaceId ¶
WorkspaceId is a struct representing the Resource ID for a Workspace
func NewWorkspaceID ¶
func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId
NewWorkspaceID returns a new WorkspaceId struct
func ParseWorkspaceID ¶
func ParseWorkspaceID(input string) (*WorkspaceId, error)
ParseWorkspaceID parses 'input' into a WorkspaceId
func ParseWorkspaceIDInsensitively ¶
func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error)
ParseWorkspaceIDInsensitively parses 'input' case-insensitively into a WorkspaceId note: this method should only be used for API response data and not user input
func (WorkspaceId) Segments ¶
func (id WorkspaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace ID
func (WorkspaceId) String ¶
func (id WorkspaceId) String() string
String returns a human-readable description of this Workspace ID