Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForCountType ¶
func PossibleValuesForCountType() []string
func ValidateCountTypeID ¶
ValidateCountTypeID checks that 'input' can be parsed as a Count Type ID
Types ¶
type CountType ¶
type CountType string
func (*CountType) UnmarshalJSON ¶ added in v0.20240209.1164150
type CountTypeId ¶
type CountTypeId struct { SubscriptionId string ResourceGroupName string AutomationAccountName string CountType CountType }
CountTypeId is a struct representing the Resource ID for a Count Type
func NewCountTypeID ¶
func NewCountTypeID(subscriptionId string, resourceGroupName string, automationAccountName string, countType CountType) CountTypeId
NewCountTypeID returns a new CountTypeId struct
func ParseCountTypeID ¶
func ParseCountTypeID(input string) (*CountTypeId, error)
ParseCountTypeID parses 'input' into a CountTypeId
func ParseCountTypeIDInsensitively ¶
func ParseCountTypeIDInsensitively(input string) (*CountTypeId, error)
ParseCountTypeIDInsensitively parses 'input' case-insensitively into a CountTypeId note: this method should only be used for API response data and not user input
func (*CountTypeId) FromParseResult ¶
func (id *CountTypeId) FromParseResult(input resourceids.ParseResult) error
func (CountTypeId) Segments ¶
func (id CountTypeId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Count Type ID
func (CountTypeId) String ¶
func (id CountTypeId) String() string
String returns a human-readable description of this Count Type ID
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *NodeCounts }
type NodeCount ¶
type NodeCount struct { Name *string `json:"name,omitempty"` Properties *NodeCountProperties `json:"properties,omitempty"` }
type NodeCountInformationClient ¶
type NodeCountInformationClient struct {
Client *resourcemanager.Client
}
func NewNodeCountInformationClientWithBaseURI ¶
func NewNodeCountInformationClientWithBaseURI(sdkApi sdkEnv.Api) (*NodeCountInformationClient, error)
func (NodeCountInformationClient) Get ¶
func (c NodeCountInformationClient) Get(ctx context.Context, id CountTypeId) (result GetOperationResponse, err error)
Get ...
type NodeCountProperties ¶
type NodeCountProperties struct {
Count *int64 `json:"count,omitempty"`
}
type NodeCounts ¶
Click to show internal directories.
Click to hide internal directories.