Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateTypeID ¶
ValidateTypeID checks that 'input' can be parsed as a Type ID
Types ¶
type FieldsListByTypeOperationResponse ¶
type FieldsListByTypeOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *TypeFieldListResult }
type TypeFieldListResult ¶
type TypeFieldListResult struct {
Value *[]TypeField `json:"value,omitempty"`
}
type TypeFieldsClient ¶
type TypeFieldsClient struct {
Client *resourcemanager.Client
}
func NewTypeFieldsClientWithBaseURI ¶
func NewTypeFieldsClientWithBaseURI(api environments.Api) (*TypeFieldsClient, error)
func (TypeFieldsClient) FieldsListByType ¶
func (c TypeFieldsClient) FieldsListByType(ctx context.Context, id TypeId) (result FieldsListByTypeOperationResponse, err error)
FieldsListByType ...
type TypeId ¶
type TypeId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string ModuleName string TypeName string }
TypeId is a struct representing the Resource ID for a Type
func NewTypeID ¶
func NewTypeID(subscriptionId string, resourceGroupName string, automationAccountName string, moduleName string, typeName string) TypeId
NewTypeID returns a new TypeId struct
func ParseTypeID ¶
ParseTypeID parses 'input' into a TypeId
func ParseTypeIDInsensitively ¶
ParseTypeIDInsensitively parses 'input' case-insensitively into a TypeId note: this method should only be used for API response data and not user input
func (TypeId) Segments ¶
func (id TypeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Type ID
Click to show internal directories.
Click to hide internal directories.