Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func ValidateScopedBlueprintAssignmentID(input interface{}, key string) (warnings []string, errors []error) + type AssignmentsWhoIsBlueprintOperationResponse struct + HttpResponse *http.Response + Model *WhoIsBlueprintContract + OData *odata.OData + type BlueprintAssignmentsClient struct + Client *resourcemanager.Client + func NewBlueprintAssignmentsClientWithBaseURI(sdkApi sdkEnv.Api) (*BlueprintAssignmentsClient, error) + func (c BlueprintAssignmentsClient) AssignmentsWhoIsBlueprint(ctx context.Context, id ScopedBlueprintAssignmentId) (result AssignmentsWhoIsBlueprintOperationResponse, err error) + type ScopedBlueprintAssignmentId struct + BlueprintAssignmentName string + ResourceScope string + func NewScopedBlueprintAssignmentID(resourceScope string, blueprintAssignmentName string) ScopedBlueprintAssignmentId + func ParseScopedBlueprintAssignmentID(input string) (*ScopedBlueprintAssignmentId, error) + func ParseScopedBlueprintAssignmentIDInsensitively(input string) (*ScopedBlueprintAssignmentId, error) + func (id *ScopedBlueprintAssignmentId) FromParseResult(input resourceids.ParseResult) error + func (id ScopedBlueprintAssignmentId) ID() string + func (id ScopedBlueprintAssignmentId) Segments() []resourceids.Segment + func (id ScopedBlueprintAssignmentId) String() string + type WhoIsBlueprintContract struct + ObjectId *string