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 PossibleValuesForIotIdentityResolutionType() []string + func PossibleValuesForProvisioningState() []string + func ValidateFhirDestinationID(input interface{}, key string) (warnings []string, errors []error) + func ValidateIotConnectorID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *IotConnector + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type FhirDestinationId struct + FhirDestinationName string + IotConnectorName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewFhirDestinationID(subscriptionId string, resourceGroupName string, workspaceName string, ...) FhirDestinationId + func ParseFhirDestinationID(input string) (*FhirDestinationId, error) + func ParseFhirDestinationIDInsensitively(input string) (*FhirDestinationId, error) + func (id *FhirDestinationId) FromParseResult(input resourceids.ParseResult) error + func (id FhirDestinationId) ID() string + func (id FhirDestinationId) Segments() []resourceids.Segment + func (id FhirDestinationId) String() string + type FhirDestinationsListByIotConnectorCompleteResult struct + Items []IotFhirDestination + LatestHttpResponse *http.Response + type FhirDestinationsListByIotConnectorCustomPager struct + NextLink *odata.Link + func (p *FhirDestinationsListByIotConnectorCustomPager) NextPageLink() *odata.Link + type FhirDestinationsListByIotConnectorOperationResponse struct + HttpResponse *http.Response + Model *[]IotFhirDestination + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *IotConnector + OData *odata.OData + type IotConnector struct + Etag *string + Id *string + Identity *identity.LegacySystemAndUserAssignedMap + Location *string + Name *string + Properties *IotConnectorProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type IotConnectorFhirDestinationCreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *IotFhirDestination + OData *odata.OData + Poller pollers.Poller + type IotConnectorFhirDestinationDeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type IotConnectorFhirDestinationGetOperationResponse struct + HttpResponse *http.Response + Model *IotFhirDestination + OData *odata.OData + type IotConnectorId struct + IotConnectorName string + ResourceGroupName string + SubscriptionId string + WorkspaceName string + func NewIotConnectorID(subscriptionId string, resourceGroupName string, workspaceName string, ...) IotConnectorId + func ParseIotConnectorID(input string) (*IotConnectorId, error) + func ParseIotConnectorIDInsensitively(input string) (*IotConnectorId, error) + func (id *IotConnectorId) FromParseResult(input resourceids.ParseResult) error + func (id IotConnectorId) ID() string + func (id IotConnectorId) Segments() []resourceids.Segment + func (id IotConnectorId) String() string + type IotConnectorOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p IotConnectorOperationPredicate) Matches(input IotConnector) bool + type IotConnectorPatchResource struct + Identity *identity.LegacySystemAndUserAssignedMap + Tags *map[string]string + type IotConnectorProperties struct + DeviceMapping *IotMappingProperties + IngestionEndpointConfiguration *IotEventHubIngestionEndpointConfiguration + ProvisioningState *ProvisioningState + type IotConnectorsClient struct + Client *resourcemanager.Client + func NewIotConnectorsClientWithBaseURI(sdkApi sdkEnv.Api) (*IotConnectorsClient, error) + func (c IotConnectorsClient) CreateOrUpdate(ctx context.Context, id IotConnectorId, input IotConnector) (result CreateOrUpdateOperationResponse, err error) + func (c IotConnectorsClient) CreateOrUpdateThenPoll(ctx context.Context, id IotConnectorId, input IotConnector) error + func (c IotConnectorsClient) Delete(ctx context.Context, id IotConnectorId) (result DeleteOperationResponse, err error) + func (c IotConnectorsClient) DeleteThenPoll(ctx context.Context, id IotConnectorId) error + func (c IotConnectorsClient) FhirDestinationsListByIotConnector(ctx context.Context, id IotConnectorId) (result FhirDestinationsListByIotConnectorOperationResponse, err error) + func (c IotConnectorsClient) FhirDestinationsListByIotConnectorComplete(ctx context.Context, id IotConnectorId) (FhirDestinationsListByIotConnectorCompleteResult, error) + func (c IotConnectorsClient) FhirDestinationsListByIotConnectorCompleteMatchingPredicate(ctx context.Context, id IotConnectorId, ...) (result FhirDestinationsListByIotConnectorCompleteResult, err error) + func (c IotConnectorsClient) Get(ctx context.Context, id IotConnectorId) (result GetOperationResponse, err error) + func (c IotConnectorsClient) IotConnectorFhirDestinationCreateOrUpdate(ctx context.Context, id FhirDestinationId, input IotFhirDestination) (result IotConnectorFhirDestinationCreateOrUpdateOperationResponse, err error) + func (c IotConnectorsClient) IotConnectorFhirDestinationCreateOrUpdateThenPoll(ctx context.Context, id FhirDestinationId, input IotFhirDestination) error + func (c IotConnectorsClient) IotConnectorFhirDestinationDelete(ctx context.Context, id FhirDestinationId) (result IotConnectorFhirDestinationDeleteOperationResponse, err error) + func (c IotConnectorsClient) IotConnectorFhirDestinationDeleteThenPoll(ctx context.Context, id FhirDestinationId) error + func (c IotConnectorsClient) IotConnectorFhirDestinationGet(ctx context.Context, id FhirDestinationId) (result IotConnectorFhirDestinationGetOperationResponse, err error) + func (c IotConnectorsClient) ListByWorkspace(ctx context.Context, id WorkspaceId) (result ListByWorkspaceOperationResponse, err error) + func (c IotConnectorsClient) ListByWorkspaceComplete(ctx context.Context, id WorkspaceId) (ListByWorkspaceCompleteResult, error) + func (c IotConnectorsClient) ListByWorkspaceCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, predicate IotConnectorOperationPredicate) (result ListByWorkspaceCompleteResult, err error) + func (c IotConnectorsClient) Update(ctx context.Context, id IotConnectorId, input IotConnectorPatchResource) (result UpdateOperationResponse, err error) + func (c IotConnectorsClient) UpdateThenPoll(ctx context.Context, id IotConnectorId, input IotConnectorPatchResource) error + type IotEventHubIngestionEndpointConfiguration struct + ConsumerGroup *string + EventHubName *string + FullyQualifiedEventHubNamespace *string + type IotFhirDestination struct + Etag *string + Id *string + Location *string + Name *string + Properties IotFhirDestinationProperties + SystemData *systemdata.SystemData + Type *string + type IotFhirDestinationOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p IotFhirDestinationOperationPredicate) Matches(input IotFhirDestination) bool + type IotFhirDestinationProperties struct + FhirMapping IotMappingProperties + FhirServiceResourceId string + ProvisioningState *ProvisioningState + ResourceIdentityResolutionType IotIdentityResolutionType + type IotIdentityResolutionType string + const IotIdentityResolutionTypeCreate + const IotIdentityResolutionTypeLookup + func (s *IotIdentityResolutionType) UnmarshalJSON(bytes []byte) error + type IotMappingProperties struct + Content *interface{} + type ListByWorkspaceCompleteResult struct + Items []IotConnector + LatestHttpResponse *http.Response + type ListByWorkspaceCustomPager struct + NextLink *odata.Link + func (p *ListByWorkspaceCustomPager) NextPageLink() *odata.Link + type ListByWorkspaceOperationResponse struct + HttpResponse *http.Response + Model *[]IotConnector + OData *odata.OData + type ProvisioningState string + const ProvisioningStateAccepted + const ProvisioningStateCanceled + const ProvisioningStateCreating + const ProvisioningStateDeleting + const ProvisioningStateDeprovisioned + const ProvisioningStateFailed + const ProvisioningStateMoving + const ProvisioningStateSucceeded + const ProvisioningStateSuspended + const ProvisioningStateSystemMaintenance + const ProvisioningStateUpdating + const ProvisioningStateVerifying + const ProvisioningStateWarned + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *IotConnector + 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