Documentation ¶
Index ¶
- func PossibleValuesForStateValue() []string
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type AzureADOnlyAuthentication
- type AzureADOnlyAuthenticationOperationPredicate
- type AzureADOnlyAuthenticationProperties
- type AzureADOnlyAuthenticationsCreateOperationResponse
- type AzureADOnlyAuthenticationsGetOperationResponse
- type AzureADOnlyAuthenticationsListCompleteResult
- type AzureADOnlyAuthenticationsListOperationResponse
- type StateValue
- type WorkspaceAzureADOnlyAuthenticationsClient
- func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsCreate(ctx context.Context, id WorkspaceId, input AzureADOnlyAuthentication) (result AzureADOnlyAuthenticationsCreateOperationResponse, err error)
- func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsCreateThenPoll(ctx context.Context, id WorkspaceId, input AzureADOnlyAuthentication) error
- func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsGet(ctx context.Context, id WorkspaceId) (result AzureADOnlyAuthenticationsGetOperationResponse, err error)
- func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsList(ctx context.Context, id WorkspaceId) (result AzureADOnlyAuthenticationsListOperationResponse, err error)
- func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsListComplete(ctx context.Context, id WorkspaceId) (AzureADOnlyAuthenticationsListCompleteResult, error)
- func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, ...) (result AzureADOnlyAuthenticationsListCompleteResult, err error)
- type WorkspaceId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForStateValue ¶
func PossibleValuesForStateValue() []string
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type AzureADOnlyAuthentication ¶
type AzureADOnlyAuthentication struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *AzureADOnlyAuthenticationProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type AzureADOnlyAuthenticationOperationPredicate ¶
func (AzureADOnlyAuthenticationOperationPredicate) Matches ¶
func (p AzureADOnlyAuthenticationOperationPredicate) Matches(input AzureADOnlyAuthentication) bool
type AzureADOnlyAuthenticationProperties ¶
type AzureADOnlyAuthenticationProperties struct { AzureADOnlyAuthentication bool `json:"azureADOnlyAuthentication"` CreationDate *string `json:"creationDate,omitempty"` State *StateValue `json:"state,omitempty"` }
func (*AzureADOnlyAuthenticationProperties) GetCreationDateAsTime ¶
func (o *AzureADOnlyAuthenticationProperties) GetCreationDateAsTime() (*time.Time, error)
func (*AzureADOnlyAuthenticationProperties) SetCreationDateAsTime ¶
func (o *AzureADOnlyAuthenticationProperties) SetCreationDateAsTime(input time.Time)
type AzureADOnlyAuthenticationsGetOperationResponse ¶
type AzureADOnlyAuthenticationsGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *AzureADOnlyAuthentication }
type AzureADOnlyAuthenticationsListCompleteResult ¶
type AzureADOnlyAuthenticationsListCompleteResult struct { LatestHttpResponse *http.Response Items []AzureADOnlyAuthentication }
type AzureADOnlyAuthenticationsListOperationResponse ¶
type AzureADOnlyAuthenticationsListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]AzureADOnlyAuthentication }
type StateValue ¶
type StateValue string
const ( StateValueConsistent StateValue = "Consistent" StateValueInConsistent StateValue = "InConsistent" StateValueUpdating StateValue = "Updating" )
func (*StateValue) UnmarshalJSON ¶
func (s *StateValue) UnmarshalJSON(bytes []byte) error
type WorkspaceAzureADOnlyAuthenticationsClient ¶
type WorkspaceAzureADOnlyAuthenticationsClient struct {
Client *resourcemanager.Client
}
func NewWorkspaceAzureADOnlyAuthenticationsClientWithBaseURI ¶
func NewWorkspaceAzureADOnlyAuthenticationsClientWithBaseURI(sdkApi sdkEnv.Api) (*WorkspaceAzureADOnlyAuthenticationsClient, error)
func (WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsCreate ¶
func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsCreate(ctx context.Context, id WorkspaceId, input AzureADOnlyAuthentication) (result AzureADOnlyAuthenticationsCreateOperationResponse, err error)
AzureADOnlyAuthenticationsCreate ...
func (WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsCreateThenPoll ¶
func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsCreateThenPoll(ctx context.Context, id WorkspaceId, input AzureADOnlyAuthentication) error
AzureADOnlyAuthenticationsCreateThenPoll performs AzureADOnlyAuthenticationsCreate then polls until it's completed
func (WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsGet ¶
func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsGet(ctx context.Context, id WorkspaceId) (result AzureADOnlyAuthenticationsGetOperationResponse, err error)
AzureADOnlyAuthenticationsGet ...
func (WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsList ¶
func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsList(ctx context.Context, id WorkspaceId) (result AzureADOnlyAuthenticationsListOperationResponse, err error)
AzureADOnlyAuthenticationsList ...
func (WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsListComplete ¶
func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsListComplete(ctx context.Context, id WorkspaceId) (AzureADOnlyAuthenticationsListCompleteResult, error)
AzureADOnlyAuthenticationsListComplete retrieves all the results into a single object
func (WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsListCompleteMatchingPredicate ¶
func (c WorkspaceAzureADOnlyAuthenticationsClient) AzureADOnlyAuthenticationsListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, predicate AzureADOnlyAuthenticationOperationPredicate) (result AzureADOnlyAuthenticationsListCompleteResult, err error)
AzureADOnlyAuthenticationsListCompleteMatchingPredicate retrieves all the results and then applies the predicate
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) FromParseResult ¶
func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error
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