Documentation ¶
Index ¶
- func ValidateScopedBlueprintAssignmentID(input interface{}, key string) (warnings []string, errors []error)
- type AssignmentsWhoIsBlueprintOperationResponse
- type BlueprintAssignmentsClient
- type ScopedBlueprintAssignmentId
- func NewScopedBlueprintAssignmentID(resourceScope string, blueprintAssignmentName string) ScopedBlueprintAssignmentId
- func ParseScopedBlueprintAssignmentID(input string) (*ScopedBlueprintAssignmentId, error)
- func ParseScopedBlueprintAssignmentIDInsensitively(input string) (*ScopedBlueprintAssignmentId, error)
- type WhoIsBlueprintContract
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateScopedBlueprintAssignmentID ¶
func ValidateScopedBlueprintAssignmentID(input interface{}, key string) (warnings []string, errors []error)
ValidateScopedBlueprintAssignmentID checks that 'input' can be parsed as a Scoped Blueprint Assignment ID
Types ¶
type AssignmentsWhoIsBlueprintOperationResponse ¶
type AssignmentsWhoIsBlueprintOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *WhoIsBlueprintContract }
type BlueprintAssignmentsClient ¶
type BlueprintAssignmentsClient struct {
Client *resourcemanager.Client
}
func NewBlueprintAssignmentsClientWithBaseURI ¶
func NewBlueprintAssignmentsClientWithBaseURI(sdkApi sdkEnv.Api) (*BlueprintAssignmentsClient, error)
func (BlueprintAssignmentsClient) AssignmentsWhoIsBlueprint ¶
func (c BlueprintAssignmentsClient) AssignmentsWhoIsBlueprint(ctx context.Context, id ScopedBlueprintAssignmentId) (result AssignmentsWhoIsBlueprintOperationResponse, err error)
AssignmentsWhoIsBlueprint ...
type ScopedBlueprintAssignmentId ¶
ScopedBlueprintAssignmentId is a struct representing the Resource ID for a Scoped Blueprint Assignment
func NewScopedBlueprintAssignmentID ¶
func NewScopedBlueprintAssignmentID(resourceScope string, blueprintAssignmentName string) ScopedBlueprintAssignmentId
NewScopedBlueprintAssignmentID returns a new ScopedBlueprintAssignmentId struct
func ParseScopedBlueprintAssignmentID ¶
func ParseScopedBlueprintAssignmentID(input string) (*ScopedBlueprintAssignmentId, error)
ParseScopedBlueprintAssignmentID parses 'input' into a ScopedBlueprintAssignmentId
func ParseScopedBlueprintAssignmentIDInsensitively ¶
func ParseScopedBlueprintAssignmentIDInsensitively(input string) (*ScopedBlueprintAssignmentId, error)
ParseScopedBlueprintAssignmentIDInsensitively parses 'input' case-insensitively into a ScopedBlueprintAssignmentId note: this method should only be used for API response data and not user input
func (ScopedBlueprintAssignmentId) ID ¶
func (id ScopedBlueprintAssignmentId) ID() string
ID returns the formatted Scoped Blueprint Assignment ID
func (ScopedBlueprintAssignmentId) Segments ¶
func (id ScopedBlueprintAssignmentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Scoped Blueprint Assignment ID
func (ScopedBlueprintAssignmentId) String ¶
func (id ScopedBlueprintAssignmentId) String() string
String returns a human-readable description of this Scoped Blueprint Assignment ID
type WhoIsBlueprintContract ¶
type WhoIsBlueprintContract struct {
ObjectId *string `json:"objectId,omitempty"`
}