# Functions
ConstantSegment is a helper which returns a Segment for a Constant.
Match compares two instances of the same ResourceId and determines whether they are a match
Whilst it might seem fine to compare the result of the `.ID()` function, that doesn't account for Resource ID Segments which need to be compared as case-insensitive.
No description provided by the author
NewParserFromResourceIdType takes a ResourceId interface and uses its (ordered) Segments to create a Parser which can be used to Parse Resource ID's.
NewSegmentNotSpecifiedError returns a SegmentNotSpecifiedError for the provided Resource ID, segment and parseResult combination.
ParseAzureResourceID converts a long-form Azure Resource Manager ID into a ResourceID.
ResourceGroupSegment is a helper which returns a Segment for a Resource Group.
ResourceProviderSegment is a helper which returns a Segment for a Resource Provider.
ScopeSegment is a helper which returns a Segment for a Scope.
StaticSegment is a helper which returns a Segment for a Static Value.
SubscriptionIdSegment is a helper which returns a Segment for a Subscription Id.
UserSpecifiedSegment is a helper which returns a Segment for a User Specified Segment.
# Constants
ConstantSegmentType specifies that this Segment is a Constant.
ResourceGroupSegmentType specifies that this Segment is a Resource Group name.
ResourceProviderSegmentType specifies that this Segment is a Resource Provider.
ScopeSegmentType specifies that this Segment is a Scope.
StaticSegmentType specifies that this Segment is a Static/Fixed Value.
SubscriptionIdSegmentType specifies that this Segment is a Subscription ID.
UserSpecifiedSegmentType specifies that this Segment is User-Specifiable.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
ResourceID represents a parsed long-form Azure Resource Manager ID with the Subscription ID, Resource Group and the Provider as top- level fields, and other key-value pairs available via a map in the Path field.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author