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 PossibleValuesForNameAvailabilityReason() []string + func PossibleValuesForResourceType() []string + func ValidateBatchAccountID(input interface{}, key string) (warnings []string, errors []error) + func ValidateDetectorID(input interface{}, key string) (warnings []string, errors []error) + func ValidateLocationID(input interface{}, key string) (warnings []string, errors []error) + type BatchAccountGetDetectorOperationResponse struct + HttpResponse *http.Response + Model *DetectorResponse + OData *odata.OData + type BatchAccountId struct + BatchAccountName string + ResourceGroupName string + SubscriptionId string + func NewBatchAccountID(subscriptionId string, resourceGroupName string, batchAccountName string) BatchAccountId + func ParseBatchAccountID(input string) (*BatchAccountId, error) + func ParseBatchAccountIDInsensitively(input string) (*BatchAccountId, error) + func (id *BatchAccountId) FromParseResult(input resourceids.ParseResult) error + func (id BatchAccountId) ID() string + func (id BatchAccountId) Segments() []resourceids.Segment + func (id BatchAccountId) String() string + type BatchAccountListDetectorsCompleteResult struct + Items []DetectorResponse + LatestHttpResponse *http.Response + type BatchAccountListDetectorsCustomPager struct + NextLink *odata.Link + func (p *BatchAccountListDetectorsCustomPager) NextPageLink() *odata.Link + type BatchAccountListDetectorsOperationResponse struct + HttpResponse *http.Response + Model *[]DetectorResponse + OData *odata.OData + type BatchManagementsClient struct + Client *resourcemanager.Client + func NewBatchManagementsClientWithBaseURI(sdkApi sdkEnv.Api) (*BatchManagementsClient, error) + func (c BatchManagementsClient) BatchAccountGetDetector(ctx context.Context, id DetectorId) (result BatchAccountGetDetectorOperationResponse, err error) + func (c BatchManagementsClient) BatchAccountListDetectors(ctx context.Context, id BatchAccountId) (result BatchAccountListDetectorsOperationResponse, err error) + func (c BatchManagementsClient) BatchAccountListDetectorsComplete(ctx context.Context, id BatchAccountId) (BatchAccountListDetectorsCompleteResult, error) + func (c BatchManagementsClient) BatchAccountListDetectorsCompleteMatchingPredicate(ctx context.Context, id BatchAccountId, ...) (result BatchAccountListDetectorsCompleteResult, err error) + func (c BatchManagementsClient) LocationCheckNameAvailability(ctx context.Context, id LocationId, input CheckNameAvailabilityParameters) (result LocationCheckNameAvailabilityOperationResponse, err error) + type CheckNameAvailabilityParameters struct + Name string + Type ResourceType + type CheckNameAvailabilityResult struct + Message *string + NameAvailable *bool + Reason *NameAvailabilityReason + type DetectorId struct + BatchAccountName string + DetectorId string + ResourceGroupName string + SubscriptionId string + func NewDetectorID(subscriptionId string, resourceGroupName string, batchAccountName string, ...) DetectorId + func ParseDetectorID(input string) (*DetectorId, error) + func ParseDetectorIDInsensitively(input string) (*DetectorId, error) + func (id *DetectorId) FromParseResult(input resourceids.ParseResult) error + func (id DetectorId) ID() string + func (id DetectorId) Segments() []resourceids.Segment + func (id DetectorId) String() string + type DetectorResponse struct + Etag *string + Id *string + Name *string + Properties *DetectorResponseProperties + Tags *map[string]string + Type *string + type DetectorResponseOperationPredicate struct + Etag *string + Id *string + Name *string + Type *string + func (p DetectorResponseOperationPredicate) Matches(input DetectorResponse) bool + type DetectorResponseProperties struct + Value *string + type LocationCheckNameAvailabilityOperationResponse struct + HttpResponse *http.Response + Model *CheckNameAvailabilityResult + OData *odata.OData + type LocationId struct + LocationName string + SubscriptionId string + func NewLocationID(subscriptionId string, locationName string) LocationId + func ParseLocationID(input string) (*LocationId, error) + func ParseLocationIDInsensitively(input string) (*LocationId, error) + func (id *LocationId) FromParseResult(input resourceids.ParseResult) error + func (id LocationId) ID() string + func (id LocationId) Segments() []resourceids.Segment + func (id LocationId) String() string + type NameAvailabilityReason string + const NameAvailabilityReasonAlreadyExists + const NameAvailabilityReasonInvalid + func (s *NameAvailabilityReason) UnmarshalJSON(bytes []byte) error + type ResourceType string + const ResourceTypeMicrosoftPointBatchBatchAccounts + func (s *ResourceType) UnmarshalJSON(bytes []byte) error