Versions in this module Expand all Collapse all v0 v0.20241212.1154051 Dec 12, 2024 v0.20241209.1115630 Dec 9, 2024 v0.20241206.1180327 Dec 6, 2024 v0.20241205.1102105 Dec 5, 2024 Changes in this version + func PossibleValuesForEndpointAuthMode() []string + func PossibleValuesForEndpointProvisioningState() []string + func PossibleValuesForManagedServiceIdentityType() []string + func PossibleValuesForSkuTier() []string + func ValidateBatchEndpointID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type BatchEndpoint struct + AuthMode EndpointAuthMode + Defaults *BatchEndpointDefaults + Description *string + Keys *EndpointAuthKeys + Properties *map[string]string + ProvisioningState *EndpointProvisioningState + ScoringUri *string + SwaggerUri *string + type BatchEndpointClient struct + Client *resourcemanager.Client + func NewBatchEndpointClientWithBaseURI(sdkApi sdkEnv.Api) (*BatchEndpointClient, error) + func (c BatchEndpointClient) CreateOrUpdate(ctx context.Context, id BatchEndpointId, input BatchEndpointTrackedResource) (result CreateOrUpdateOperationResponse, err error) + func (c BatchEndpointClient) CreateOrUpdateThenPoll(ctx context.Context, id BatchEndpointId, input BatchEndpointTrackedResource) error + func (c BatchEndpointClient) Delete(ctx context.Context, id BatchEndpointId) (result DeleteOperationResponse, err error) + func (c BatchEndpointClient) DeleteThenPoll(ctx context.Context, id BatchEndpointId) error + func (c BatchEndpointClient) Get(ctx context.Context, id BatchEndpointId) (result GetOperationResponse, err error) + func (c BatchEndpointClient) List(ctx context.Context, id WorkspaceId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c BatchEndpointClient) ListComplete(ctx context.Context, id WorkspaceId, options ListOperationOptions) (ListCompleteResult, error) + func (c BatchEndpointClient) ListCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + func (c BatchEndpointClient) ListKeys(ctx context.Context, id BatchEndpointId) (result ListKeysOperationResponse, err error) + func (c BatchEndpointClient) Update(ctx context.Context, id BatchEndpointId, ...) (result UpdateOperationResponse, err error) + func (c BatchEndpointClient) UpdateThenPoll(ctx context.Context, id BatchEndpointId, ...) error + type BatchEndpointDefaults struct + DeploymentName *string + type BatchEndpointId struct + BatchEndpointName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewBatchEndpointID(subscriptionId string, resourceGroupName string, workspaceName string, ...) BatchEndpointId + func ParseBatchEndpointID(input string) (*BatchEndpointId, error) + func ParseBatchEndpointIDInsensitively(input string) (*BatchEndpointId, error) + func (id *BatchEndpointId) FromParseResult(input resourceids.ParseResult) error + func (id BatchEndpointId) ID() string + func (id BatchEndpointId) Segments() []resourceids.Segment + func (id BatchEndpointId) String() string + type BatchEndpointTrackedResource struct + Id *string + Identity *identity.LegacySystemAndUserAssignedMap + Kind *string + Location string + Name *string + Properties BatchEndpoint + Sku *Sku + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type BatchEndpointTrackedResourceOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p BatchEndpointTrackedResourceOperationPredicate) Matches(input BatchEndpointTrackedResource) bool + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *BatchEndpointTrackedResource + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type EndpointAuthKeys struct + PrimaryKey *string + SecondaryKey *string + type EndpointAuthMode string + const EndpointAuthModeAADToken + const EndpointAuthModeAMLToken + const EndpointAuthModeKey + func (s *EndpointAuthMode) UnmarshalJSON(bytes []byte) error + type EndpointProvisioningState string + const EndpointProvisioningStateCanceled + const EndpointProvisioningStateCreating + const EndpointProvisioningStateDeleting + const EndpointProvisioningStateFailed + const EndpointProvisioningStateSucceeded + const EndpointProvisioningStateUpdating + func (s *EndpointProvisioningState) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *BatchEndpointTrackedResource + OData *odata.OData + type ListCompleteResult struct + Items []BatchEndpointTrackedResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListKeysOperationResponse struct + HttpResponse *http.Response + Model *EndpointAuthKeys + OData *odata.OData + type ListOperationOptions struct + Count *int64 + Skip *string + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]BatchEndpointTrackedResource + OData *odata.OData + type ManagedServiceIdentityType string + const ManagedServiceIdentityTypeNone + const ManagedServiceIdentityTypeSystemAssigned + const ManagedServiceIdentityTypeSystemAssignedUserAssigned + const ManagedServiceIdentityTypeUserAssigned + func (s *ManagedServiceIdentityType) UnmarshalJSON(bytes []byte) error + type PartialManagedServiceIdentity struct + Type *ManagedServiceIdentityType + UserAssignedIdentities *map[string]interface{} + type PartialMinimalTrackedResourceWithIdentity struct + Identity *PartialManagedServiceIdentity + Tags *map[string]string + type Sku struct + Capacity *int64 + Family *string + Name string + Size *string + Tier *SkuTier + type SkuTier string + const SkuTierBasic + const SkuTierFree + const SkuTierPremium + const SkuTierStandard + func (s *SkuTier) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *BatchEndpointTrackedResource + OData *odata.OData + Poller pollers.Poller + type WorkspaceId struct + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewWorkspaceID(subscriptionId string, resourceGroupName string, workspaceName string) WorkspaceId + func ParseWorkspaceID(input string) (*WorkspaceId, error) + func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error) + func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error + func (id WorkspaceId) ID() string + func (id WorkspaceId) Segments() []resourceids.Segment + func (id WorkspaceId) String() string