Versions in this module Expand all Collapse all v1 v1.0.1 Aug 22, 2022 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type ActionType string + const ActionTypeInternal + func PossibleActionTypeValues() []ActionType + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + func (aer AzureEntityResource) MarshalJSON() ([]byte, error) + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type CheckNameAvailabilityParameters struct + Name *string + Type *string + type CreatedByType string + const CreatedByTypeApplication + const CreatedByTypeKey + const CreatedByTypeManagedIdentity + const CreatedByTypeUser + func PossibleCreatedByTypeValues() []CreatedByType + type DicomService struct + Location *string + SystemData *SystemData + Tags map[string]*string + func (ds *DicomService) UnmarshalJSON(body []byte) error + func (ds DicomService) MarshalJSON() ([]byte, error) + type DicomServiceAuthenticationConfiguration struct + Audiences *[]string + Authority *string + func (dsac DicomServiceAuthenticationConfiguration) MarshalJSON() ([]byte, error) + type DicomServiceCollection struct + NextLink *string + Value *[]DicomService + func (dsc DicomServiceCollection) IsEmpty() bool + type DicomServiceCollectionIterator struct + func NewDicomServiceCollectionIterator(page DicomServiceCollectionPage) DicomServiceCollectionIterator + func (iter *DicomServiceCollectionIterator) Next() error + func (iter *DicomServiceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter DicomServiceCollectionIterator) NotDone() bool + func (iter DicomServiceCollectionIterator) Response() DicomServiceCollection + func (iter DicomServiceCollectionIterator) Value() DicomService + type DicomServiceCollectionPage struct + func NewDicomServiceCollectionPage(cur DicomServiceCollection, ...) DicomServiceCollectionPage + func (page *DicomServiceCollectionPage) Next() error + func (page *DicomServiceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page DicomServiceCollectionPage) NotDone() bool + func (page DicomServiceCollectionPage) Response() DicomServiceCollection + func (page DicomServiceCollectionPage) Values() []DicomService + type DicomServicePatchResource struct + Tags map[string]*string + func (dspr DicomServicePatchResource) MarshalJSON() ([]byte, error) + type DicomServiceProperties struct + AuthenticationConfiguration *DicomServiceAuthenticationConfiguration + ProvisioningState ProvisioningState + ServiceURL *string + func (dsp DicomServiceProperties) MarshalJSON() ([]byte, error) + type DicomServicesClient struct + func NewDicomServicesClient(subscriptionID string) DicomServicesClient + func NewDicomServicesClientWithBaseURI(baseURI string, subscriptionID string) DicomServicesClient + func (client DicomServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result DicomServicesCreateOrUpdateFuture, err error) + func (client DicomServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client DicomServicesClient) CreateOrUpdateResponder(resp *http.Response) (result DicomService, err error) + func (client DicomServicesClient) CreateOrUpdateSender(req *http.Request) (future DicomServicesCreateOrUpdateFuture, err error) + func (client DicomServicesClient) Delete(ctx context.Context, resourceGroupName string, dicomServiceName string, ...) (result DicomServicesDeleteFuture, err error) + func (client DicomServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, dicomServiceName string, ...) (*http.Request, error) + func (client DicomServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DicomServicesClient) DeleteSender(req *http.Request) (future DicomServicesDeleteFuture, err error) + func (client DicomServicesClient) Get(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result DicomService, err error) + func (client DicomServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client DicomServicesClient) GetResponder(resp *http.Response) (result DicomService, err error) + func (client DicomServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DicomServicesClient) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result DicomServiceCollectionPage, err error) + func (client DicomServicesClient) ListByWorkspaceComplete(ctx context.Context, resourceGroupName string, workspaceName string) (result DicomServiceCollectionIterator, err error) + func (client DicomServicesClient) ListByWorkspacePreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error) + func (client DicomServicesClient) ListByWorkspaceResponder(resp *http.Response) (result DicomServiceCollection, err error) + func (client DicomServicesClient) ListByWorkspaceSender(req *http.Request) (*http.Response, error) + func (client DicomServicesClient) Update(ctx context.Context, resourceGroupName string, dicomServiceName string, ...) (result DicomServicesUpdateFuture, err error) + func (client DicomServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, dicomServiceName string, ...) (*http.Request, error) + func (client DicomServicesClient) UpdateResponder(resp *http.Response) (result DicomService, err error) + func (client DicomServicesClient) UpdateSender(req *http.Request) (future DicomServicesUpdateFuture, err error) + type DicomServicesCreateOrUpdateFuture struct + Result func(DicomServicesClient) (DicomService, error) + func (future *DicomServicesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DicomServicesDeleteFuture struct + Result func(DicomServicesClient) (autorest.Response, error) + func (future *DicomServicesDeleteFuture) UnmarshalJSON(body []byte) error + type DicomServicesUpdateFuture struct + Result func(DicomServicesClient) (DicomService, error) + func (future *DicomServicesUpdateFuture) UnmarshalJSON(body []byte) error + type Error struct + Error *ErrorDetailsInternal + type ErrorDetails struct + Error *ErrorDetailsInternal + type ErrorDetailsInternal struct + Code *string + Message *string + Target *string + func (edi ErrorDetailsInternal) MarshalJSON() ([]byte, error) + type FhirDestinationsClient struct + func NewFhirDestinationsClient(subscriptionID string) FhirDestinationsClient + func NewFhirDestinationsClientWithBaseURI(baseURI string, subscriptionID string) FhirDestinationsClient + func (client FhirDestinationsClient) ListByIotConnector(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result IotFhirDestinationCollectionPage, err error) + func (client FhirDestinationsClient) ListByIotConnectorComplete(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result IotFhirDestinationCollectionIterator, err error) + func (client FhirDestinationsClient) ListByIotConnectorPreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client FhirDestinationsClient) ListByIotConnectorResponder(resp *http.Response) (result IotFhirDestinationCollection, err error) + func (client FhirDestinationsClient) ListByIotConnectorSender(req *http.Request) (*http.Response, error) + type FhirService struct + Identity *ServiceManagedIdentityIdentity + Kind FhirServiceKind + Location *string + SystemData *SystemData + Tags map[string]*string + func (fs *FhirService) UnmarshalJSON(body []byte) error + func (fs FhirService) MarshalJSON() ([]byte, error) + type FhirServiceAccessPolicyEntry struct + ObjectID *string + type FhirServiceAcrConfiguration struct + LoginServers *[]string + type FhirServiceAuthenticationConfiguration struct + Audience *string + Authority *string + SmartProxyEnabled *bool + type FhirServiceCollection struct + NextLink *string + Value *[]FhirService + func (fsc FhirServiceCollection) IsEmpty() bool + type FhirServiceCollectionIterator struct + func NewFhirServiceCollectionIterator(page FhirServiceCollectionPage) FhirServiceCollectionIterator + func (iter *FhirServiceCollectionIterator) Next() error + func (iter *FhirServiceCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter FhirServiceCollectionIterator) NotDone() bool + func (iter FhirServiceCollectionIterator) Response() FhirServiceCollection + func (iter FhirServiceCollectionIterator) Value() FhirService + type FhirServiceCollectionPage struct + func NewFhirServiceCollectionPage(cur FhirServiceCollection, ...) FhirServiceCollectionPage + func (page *FhirServiceCollectionPage) Next() error + func (page *FhirServiceCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page FhirServiceCollectionPage) NotDone() bool + func (page FhirServiceCollectionPage) Response() FhirServiceCollection + func (page FhirServiceCollectionPage) Values() []FhirService + type FhirServiceCorsConfiguration struct + AllowCredentials *bool + Headers *[]string + MaxAge *int32 + Methods *[]string + Origins *[]string + type FhirServiceExportConfiguration struct + StorageAccountName *string + type FhirServiceKind string + const FhirServiceKindFhirR4 + const FhirServiceKindFhirStu3 + func PossibleFhirServiceKindValues() []FhirServiceKind + type FhirServicePatchResource struct + Identity *ServiceManagedIdentityIdentity + Tags map[string]*string + func (fspr FhirServicePatchResource) MarshalJSON() ([]byte, error) + type FhirServiceProperties struct + AccessPolicies *[]FhirServiceAccessPolicyEntry + AcrConfiguration *FhirServiceAcrConfiguration + AuthenticationConfiguration *FhirServiceAuthenticationConfiguration + CorsConfiguration *FhirServiceCorsConfiguration + ExportConfiguration *FhirServiceExportConfiguration + ProvisioningState ProvisioningState + type FhirServicesClient struct + func NewFhirServicesClient(subscriptionID string) FhirServicesClient + func NewFhirServicesClientWithBaseURI(baseURI string, subscriptionID string) FhirServicesClient + func (client FhirServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result FhirServicesCreateOrUpdateFuture, err error) + func (client FhirServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client FhirServicesClient) CreateOrUpdateResponder(resp *http.Response) (result FhirService, err error) + func (client FhirServicesClient) CreateOrUpdateSender(req *http.Request) (future FhirServicesCreateOrUpdateFuture, err error) + func (client FhirServicesClient) Delete(ctx context.Context, resourceGroupName string, fhirServiceName string, ...) (result FhirServicesDeleteFuture, err error) + func (client FhirServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, fhirServiceName string, ...) (*http.Request, error) + func (client FhirServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client FhirServicesClient) DeleteSender(req *http.Request) (future FhirServicesDeleteFuture, err error) + func (client FhirServicesClient) Get(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result FhirService, err error) + func (client FhirServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client FhirServicesClient) GetResponder(resp *http.Response) (result FhirService, err error) + func (client FhirServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client FhirServicesClient) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result FhirServiceCollectionPage, err error) + func (client FhirServicesClient) ListByWorkspaceComplete(ctx context.Context, resourceGroupName string, workspaceName string) (result FhirServiceCollectionIterator, err error) + func (client FhirServicesClient) ListByWorkspacePreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error) + func (client FhirServicesClient) ListByWorkspaceResponder(resp *http.Response) (result FhirServiceCollection, err error) + func (client FhirServicesClient) ListByWorkspaceSender(req *http.Request) (*http.Response, error) + func (client FhirServicesClient) Update(ctx context.Context, resourceGroupName string, fhirServiceName string, ...) (result FhirServicesUpdateFuture, err error) + func (client FhirServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, fhirServiceName string, ...) (*http.Request, error) + func (client FhirServicesClient) UpdateResponder(resp *http.Response) (result FhirService, err error) + func (client FhirServicesClient) UpdateSender(req *http.Request) (future FhirServicesUpdateFuture, err error) + type FhirServicesCreateOrUpdateFuture struct + Result func(FhirServicesClient) (FhirService, error) + func (future *FhirServicesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type FhirServicesDeleteFuture struct + Result func(FhirServicesClient) (autorest.Response, error) + func (future *FhirServicesDeleteFuture) UnmarshalJSON(body []byte) error + type FhirServicesUpdateFuture struct + Result func(FhirServicesClient) (FhirService, error) + func (future *FhirServicesUpdateFuture) UnmarshalJSON(body []byte) error + type IotConnector struct + Identity *ServiceManagedIdentityIdentity + Location *string + SystemData *SystemData + Tags map[string]*string + func (ic *IotConnector) UnmarshalJSON(body []byte) error + func (ic IotConnector) MarshalJSON() ([]byte, error) + type IotConnectorCollection struct + NextLink *string + Value *[]IotConnector + func (icc IotConnectorCollection) IsEmpty() bool + type IotConnectorCollectionIterator struct + func NewIotConnectorCollectionIterator(page IotConnectorCollectionPage) IotConnectorCollectionIterator + func (iter *IotConnectorCollectionIterator) Next() error + func (iter *IotConnectorCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter IotConnectorCollectionIterator) NotDone() bool + func (iter IotConnectorCollectionIterator) Response() IotConnectorCollection + func (iter IotConnectorCollectionIterator) Value() IotConnector + type IotConnectorCollectionPage struct + func NewIotConnectorCollectionPage(cur IotConnectorCollection, ...) IotConnectorCollectionPage + func (page *IotConnectorCollectionPage) Next() error + func (page *IotConnectorCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page IotConnectorCollectionPage) NotDone() bool + func (page IotConnectorCollectionPage) Response() IotConnectorCollection + func (page IotConnectorCollectionPage) Values() []IotConnector + type IotConnectorFhirDestinationClient struct + func NewIotConnectorFhirDestinationClient(subscriptionID string) IotConnectorFhirDestinationClient + func NewIotConnectorFhirDestinationClientWithBaseURI(baseURI string, subscriptionID string) IotConnectorFhirDestinationClient + func (client IotConnectorFhirDestinationClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result IotConnectorFhirDestinationCreateOrUpdateFuture, err error) + func (client IotConnectorFhirDestinationClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client IotConnectorFhirDestinationClient) CreateOrUpdateResponder(resp *http.Response) (result IotFhirDestination, err error) + func (client IotConnectorFhirDestinationClient) CreateOrUpdateSender(req *http.Request) (future IotConnectorFhirDestinationCreateOrUpdateFuture, err error) + func (client IotConnectorFhirDestinationClient) Delete(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result IotConnectorFhirDestinationDeleteFuture, err error) + func (client IotConnectorFhirDestinationClient) DeletePreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client IotConnectorFhirDestinationClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client IotConnectorFhirDestinationClient) DeleteSender(req *http.Request) (future IotConnectorFhirDestinationDeleteFuture, err error) + func (client IotConnectorFhirDestinationClient) Get(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result IotFhirDestination, err error) + func (client IotConnectorFhirDestinationClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client IotConnectorFhirDestinationClient) GetResponder(resp *http.Response) (result IotFhirDestination, err error) + func (client IotConnectorFhirDestinationClient) GetSender(req *http.Request) (*http.Response, error) + type IotConnectorFhirDestinationCreateOrUpdateFuture struct + Result func(IotConnectorFhirDestinationClient) (IotFhirDestination, error) + func (future *IotConnectorFhirDestinationCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type IotConnectorFhirDestinationDeleteFuture struct + Result func(IotConnectorFhirDestinationClient) (autorest.Response, error) + func (future *IotConnectorFhirDestinationDeleteFuture) UnmarshalJSON(body []byte) error + type IotConnectorPatchResource struct + Identity *ServiceManagedIdentityIdentity + Tags map[string]*string + func (icpr IotConnectorPatchResource) MarshalJSON() ([]byte, error) + type IotConnectorProperties struct + DeviceMapping *IotMappingProperties + IngestionEndpointConfiguration *IotEventHubIngestionEndpointConfiguration + ProvisioningState ProvisioningState + type IotConnectorsClient struct + func NewIotConnectorsClient(subscriptionID string) IotConnectorsClient + func NewIotConnectorsClientWithBaseURI(baseURI string, subscriptionID string) IotConnectorsClient + func (client IotConnectorsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result IotConnectorsCreateOrUpdateFuture, err error) + func (client IotConnectorsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client IotConnectorsClient) CreateOrUpdateResponder(resp *http.Response) (result IotConnector, err error) + func (client IotConnectorsClient) CreateOrUpdateSender(req *http.Request) (future IotConnectorsCreateOrUpdateFuture, err error) + func (client IotConnectorsClient) Delete(ctx context.Context, resourceGroupName string, iotConnectorName string, ...) (result IotConnectorsDeleteFuture, err error) + func (client IotConnectorsClient) DeletePreparer(ctx context.Context, resourceGroupName string, iotConnectorName string, ...) (*http.Request, error) + func (client IotConnectorsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client IotConnectorsClient) DeleteSender(req *http.Request) (future IotConnectorsDeleteFuture, err error) + func (client IotConnectorsClient) Get(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result IotConnector, err error) + func (client IotConnectorsClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client IotConnectorsClient) GetResponder(resp *http.Response) (result IotConnector, err error) + func (client IotConnectorsClient) GetSender(req *http.Request) (*http.Response, error) + func (client IotConnectorsClient) ListByWorkspace(ctx context.Context, resourceGroupName string, workspaceName string) (result IotConnectorCollectionPage, err error) + func (client IotConnectorsClient) ListByWorkspaceComplete(ctx context.Context, resourceGroupName string, workspaceName string) (result IotConnectorCollectionIterator, err error) + func (client IotConnectorsClient) ListByWorkspacePreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error) + func (client IotConnectorsClient) ListByWorkspaceResponder(resp *http.Response) (result IotConnectorCollection, err error) + func (client IotConnectorsClient) ListByWorkspaceSender(req *http.Request) (*http.Response, error) + func (client IotConnectorsClient) Update(ctx context.Context, resourceGroupName string, iotConnectorName string, ...) (result IotConnectorsUpdateFuture, err error) + func (client IotConnectorsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, iotConnectorName string, ...) (*http.Request, error) + func (client IotConnectorsClient) UpdateResponder(resp *http.Response) (result IotConnector, err error) + func (client IotConnectorsClient) UpdateSender(req *http.Request) (future IotConnectorsUpdateFuture, err error) + type IotConnectorsCreateOrUpdateFuture struct + Result func(IotConnectorsClient) (IotConnector, error) + func (future *IotConnectorsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type IotConnectorsDeleteFuture struct + Result func(IotConnectorsClient) (autorest.Response, error) + func (future *IotConnectorsDeleteFuture) UnmarshalJSON(body []byte) error + type IotConnectorsUpdateFuture struct + Result func(IotConnectorsClient) (IotConnector, error) + func (future *IotConnectorsUpdateFuture) UnmarshalJSON(body []byte) error + type IotDestinationProperties struct + ProvisioningState ProvisioningState + type IotEventHubIngestionEndpointConfiguration struct + ConsumerGroup *string + EventHubName *string + FullyQualifiedEventHubNamespace *string + type IotFhirDestination struct + Etag *string + ID *string + Location *string + Name *string + SystemData *SystemData + Type *string + func (ifd *IotFhirDestination) UnmarshalJSON(body []byte) error + func (ifd IotFhirDestination) MarshalJSON() ([]byte, error) + type IotFhirDestinationCollection struct + NextLink *string + Value *[]IotFhirDestination + func (ifdc IotFhirDestinationCollection) IsEmpty() bool + type IotFhirDestinationCollectionIterator struct + func NewIotFhirDestinationCollectionIterator(page IotFhirDestinationCollectionPage) IotFhirDestinationCollectionIterator + func (iter *IotFhirDestinationCollectionIterator) Next() error + func (iter *IotFhirDestinationCollectionIterator) NextWithContext(ctx context.Context) (err error) + func (iter IotFhirDestinationCollectionIterator) NotDone() bool + func (iter IotFhirDestinationCollectionIterator) Response() IotFhirDestinationCollection + func (iter IotFhirDestinationCollectionIterator) Value() IotFhirDestination + type IotFhirDestinationCollectionPage struct + func NewIotFhirDestinationCollectionPage(cur IotFhirDestinationCollection, ...) IotFhirDestinationCollectionPage + func (page *IotFhirDestinationCollectionPage) Next() error + func (page *IotFhirDestinationCollectionPage) NextWithContext(ctx context.Context) (err error) + func (page IotFhirDestinationCollectionPage) NotDone() bool + func (page IotFhirDestinationCollectionPage) Response() IotFhirDestinationCollection + func (page IotFhirDestinationCollectionPage) Values() []IotFhirDestination + type IotFhirDestinationProperties struct + FhirMapping *IotMappingProperties + FhirServiceResourceID *string + ProvisioningState ProvisioningState + ResourceIdentityResolutionType IotIdentityResolutionType + type IotIdentityResolutionType string + const IotIdentityResolutionTypeCreate + const IotIdentityResolutionTypeLookup + func PossibleIotIdentityResolutionTypeValues() []IotIdentityResolutionType + type IotMappingProperties struct + Content interface{} + type Kind string + const KindFhir + const KindFhirR4 + const KindFhirStu3 + func PossibleKindValues() []Kind + type ListOperations struct + NextLink *string + Value *[]OperationDetail + func (lo ListOperations) IsEmpty() bool + func (lo ListOperations) MarshalJSON() ([]byte, error) + type ListOperationsIterator struct + func NewListOperationsIterator(page ListOperationsPage) ListOperationsIterator + func (iter *ListOperationsIterator) Next() error + func (iter *ListOperationsIterator) NextWithContext(ctx context.Context) (err error) + func (iter ListOperationsIterator) NotDone() bool + func (iter ListOperationsIterator) Response() ListOperations + func (iter ListOperationsIterator) Value() OperationDetail + type ListOperationsPage struct + func NewListOperationsPage(cur ListOperations, ...) ListOperationsPage + func (page *ListOperationsPage) Next() error + func (page *ListOperationsPage) NextWithContext(ctx context.Context) (err error) + func (page ListOperationsPage) NotDone() bool + func (page ListOperationsPage) Response() ListOperations + func (page ListOperationsPage) Values() []OperationDetail + type LocationBasedResource struct + Etag *string + ID *string + Location *string + Name *string + Type *string + func (lbr LocationBasedResource) MarshalJSON() ([]byte, error) + type ManagedServiceIdentityType string + const ManagedServiceIdentityTypeNone + const ManagedServiceIdentityTypeSystemAssigned + func PossibleManagedServiceIdentityTypeValues() []ManagedServiceIdentityType + type OperationDetail struct + ActionType ActionType + Display *OperationDisplay + IsDataAction *bool + Name *string + Origin *string + func (od OperationDetail) MarshalJSON() ([]byte, error) + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + func (od OperationDisplay) MarshalJSON() ([]byte, error) + type OperationResultStatus string + const OperationResultStatusCanceled + const OperationResultStatusFailed + const OperationResultStatusRequested + const OperationResultStatusRunning + const OperationResultStatusSucceeded + func PossibleOperationResultStatusValues() []OperationResultStatus + type OperationResultsClient struct + func NewOperationResultsClient(subscriptionID string) OperationResultsClient + func NewOperationResultsClientWithBaseURI(baseURI string, subscriptionID string) OperationResultsClient + func (client OperationResultsClient) Get(ctx context.Context, locationName string, operationResultID string) (result OperationResultsDescription, err error) + func (client OperationResultsClient) GetPreparer(ctx context.Context, locationName string, operationResultID string) (*http.Request, error) + func (client OperationResultsClient) GetResponder(resp *http.Response) (result OperationResultsDescription, err error) + func (client OperationResultsClient) GetSender(req *http.Request) (*http.Response, error) + type OperationResultsDescription struct + ID *string + Name *string + Properties interface{} + StartTime *string + Status OperationResultStatus + func (ord OperationResultsDescription) MarshalJSON() ([]byte, error) + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result ListOperationsPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result ListOperationsIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result ListOperations, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type PrivateEndpoint struct + ID *string + func (peVar PrivateEndpoint) MarshalJSON() ([]byte, error) + type PrivateEndpointConnection struct + ID *string + Name *string + Type *string + func (pec *PrivateEndpointConnection) UnmarshalJSON(body []byte) error + func (pec PrivateEndpointConnection) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionDescription struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (pecd *PrivateEndpointConnectionDescription) UnmarshalJSON(body []byte) error + func (pecd PrivateEndpointConnectionDescription) MarshalJSON() ([]byte, error) + type PrivateEndpointConnectionListResultDescription struct + Value *[]PrivateEndpointConnectionDescription + type PrivateEndpointConnectionProperties struct + PrivateEndpoint *PrivateEndpoint + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState + ProvisioningState PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionProvisioningState string + const PrivateEndpointConnectionProvisioningStateCreating + const PrivateEndpointConnectionProvisioningStateDeleting + const PrivateEndpointConnectionProvisioningStateFailed + const PrivateEndpointConnectionProvisioningStateSucceeded + func PossiblePrivateEndpointConnectionProvisioningStateValues() []PrivateEndpointConnectionProvisioningState + type PrivateEndpointConnectionsClient struct + func NewPrivateEndpointConnectionsClient(subscriptionID string) PrivateEndpointConnectionsClient + func NewPrivateEndpointConnectionsClientWithBaseURI(baseURI string, subscriptionID string) PrivateEndpointConnectionsClient + func (client PrivateEndpointConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, ...) (result PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result PrivateEndpointConnectionDescription, err error) + func (client PrivateEndpointConnectionsClient) CreateOrUpdateSender(req *http.Request) (future PrivateEndpointConnectionsCreateOrUpdateFuture, err error) + func (client PrivateEndpointConnectionsClient) Delete(ctx context.Context, resourceGroupName string, resourceName string, ...) (result PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client PrivateEndpointConnectionsClient) DeleteSender(req *http.Request) (future PrivateEndpointConnectionsDeleteFuture, err error) + func (client PrivateEndpointConnectionsClient) Get(ctx context.Context, resourceGroupName string, resourceName string, ...) (result PrivateEndpointConnectionDescription, err error) + func (client PrivateEndpointConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) GetResponder(resp *http.Response) (result PrivateEndpointConnectionDescription, err error) + func (client PrivateEndpointConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateEndpointConnectionsClient) ListByService(ctx context.Context, resourceGroupName string, resourceName string) (result PrivateEndpointConnectionListResultDescription, err error) + func (client PrivateEndpointConnectionsClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client PrivateEndpointConnectionsClient) ListByServiceResponder(resp *http.Response) (result PrivateEndpointConnectionListResultDescription, err error) + func (client PrivateEndpointConnectionsClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type PrivateEndpointConnectionsCreateOrUpdateFuture struct + Result func(PrivateEndpointConnectionsClient) (PrivateEndpointConnectionDescription, error) + func (future *PrivateEndpointConnectionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type PrivateEndpointConnectionsDeleteFuture struct + Result func(PrivateEndpointConnectionsClient) (autorest.Response, error) + func (future *PrivateEndpointConnectionsDeleteFuture) UnmarshalJSON(body []byte) error + type PrivateEndpointServiceConnectionStatus string + const PrivateEndpointServiceConnectionStatusApproved + const PrivateEndpointServiceConnectionStatusPending + const PrivateEndpointServiceConnectionStatusRejected + func PossiblePrivateEndpointServiceConnectionStatusValues() []PrivateEndpointServiceConnectionStatus + type PrivateLinkResource struct + ID *string + Name *string + Type *string + func (plr *PrivateLinkResource) UnmarshalJSON(body []byte) error + func (plr PrivateLinkResource) MarshalJSON() ([]byte, error) + type PrivateLinkResourceDescription struct + ID *string + Name *string + SystemData *SystemData + Type *string + func (plrd *PrivateLinkResourceDescription) UnmarshalJSON(body []byte) error + func (plrd PrivateLinkResourceDescription) MarshalJSON() ([]byte, error) + type PrivateLinkResourceListResultDescription struct + Value *[]PrivateLinkResourceDescription + type PrivateLinkResourceProperties struct + GroupID *string + RequiredMembers *[]string + RequiredZoneNames *[]string + func (plrp PrivateLinkResourceProperties) MarshalJSON() ([]byte, error) + type PrivateLinkResourcesClient struct + func NewPrivateLinkResourcesClient(subscriptionID string) PrivateLinkResourcesClient + func NewPrivateLinkResourcesClientWithBaseURI(baseURI string, subscriptionID string) PrivateLinkResourcesClient + func (client PrivateLinkResourcesClient) Get(ctx context.Context, resourceGroupName string, resourceName string, ...) (result PrivateLinkResourceDescription, err error) + func (client PrivateLinkResourcesClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client PrivateLinkResourcesClient) GetResponder(resp *http.Response) (result PrivateLinkResourceDescription, err error) + func (client PrivateLinkResourcesClient) GetSender(req *http.Request) (*http.Response, error) + func (client PrivateLinkResourcesClient) ListByService(ctx context.Context, resourceGroupName string, resourceName string) (result PrivateLinkResourceListResultDescription, err error) + func (client PrivateLinkResourcesClient) ListByServicePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client PrivateLinkResourcesClient) ListByServiceResponder(resp *http.Response) (result PrivateLinkResourceListResultDescription, err error) + func (client PrivateLinkResourcesClient) ListByServiceSender(req *http.Request) (*http.Response, error) + type PrivateLinkServiceConnectionState struct + ActionsRequired *string + Description *string + Status PrivateEndpointServiceConnectionStatus + 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 PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type PublicNetworkAccess string + const PublicNetworkAccessDisabled + const PublicNetworkAccessEnabled + func PossiblePublicNetworkAccessValues() []PublicNetworkAccess + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ResourceCore struct + Etag *string + ID *string + Name *string + Type *string + func (rc ResourceCore) MarshalJSON() ([]byte, error) + type ResourceTags struct + Tags map[string]*string + func (rt ResourceTags) MarshalJSON() ([]byte, error) + type ServiceAccessPolicyEntry struct + ObjectID *string + type ServiceAcrConfigurationInfo struct + LoginServers *[]string + type ServiceAuthenticationConfigurationInfo struct + Audience *string + Authority *string + SmartProxyEnabled *bool + type ServiceCorsConfigurationInfo struct + AllowCredentials *bool + Headers *[]string + MaxAge *int32 + Methods *[]string + Origins *[]string + type ServiceCosmosDbConfigurationInfo struct + KeyVaultKeyURI *string + OfferThroughput *int32 + type ServiceExportConfigurationInfo struct + StorageAccountName *string + type ServiceManagedIdentity struct + Identity *ServiceManagedIdentityIdentity + type ServiceManagedIdentityIdentity struct + Type ManagedServiceIdentityType + type ServiceNameUnavailabilityReason string + const ServiceNameUnavailabilityReasonAlreadyExists + const ServiceNameUnavailabilityReasonInvalid + func PossibleServiceNameUnavailabilityReasonValues() []ServiceNameUnavailabilityReason + type ServicesClient struct + func NewServicesClient(subscriptionID string) ServicesClient + func NewServicesClientWithBaseURI(baseURI string, subscriptionID string) ServicesClient + func (client ServicesClient) CheckNameAvailability(ctx context.Context, ...) (result ServicesNameAvailabilityInfo, err error) + func (client ServicesClient) CheckNameAvailabilityPreparer(ctx context.Context, ...) (*http.Request, error) + func (client ServicesClient) CheckNameAvailabilityResponder(resp *http.Response) (result ServicesNameAvailabilityInfo, err error) + func (client ServicesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ServicesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ServicesCreateOrUpdateFuture, err error) + func (client ServicesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client ServicesClient) CreateOrUpdateResponder(resp *http.Response) (result ServicesDescription, err error) + func (client ServicesClient) CreateOrUpdateSender(req *http.Request) (future ServicesCreateOrUpdateFuture, err error) + func (client ServicesClient) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result ServicesDeleteFuture, err error) + func (client ServicesClient) DeletePreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client ServicesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ServicesClient) DeleteSender(req *http.Request) (future ServicesDeleteFuture, err error) + func (client ServicesClient) Get(ctx context.Context, resourceGroupName string, resourceName string) (result ServicesDescription, err error) + func (client ServicesClient) GetPreparer(ctx context.Context, resourceGroupName string, resourceName string) (*http.Request, error) + func (client ServicesClient) GetResponder(resp *http.Response) (result ServicesDescription, err error) + func (client ServicesClient) GetSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) List(ctx context.Context) (result ServicesDescriptionListResultPage, err error) + func (client ServicesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ServicesDescriptionListResultPage, err error) + func (client ServicesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result ServicesDescriptionListResultIterator, err error) + func (client ServicesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ServicesClient) ListByResourceGroupResponder(resp *http.Response) (result ServicesDescriptionListResult, err error) + func (client ServicesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) ListComplete(ctx context.Context) (result ServicesDescriptionListResultIterator, err error) + func (client ServicesClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ServicesClient) ListResponder(resp *http.Response) (result ServicesDescriptionListResult, err error) + func (client ServicesClient) ListSender(req *http.Request) (*http.Response, error) + func (client ServicesClient) Update(ctx context.Context, resourceGroupName string, resourceName string, ...) (result ServicesUpdateFuture, err error) + func (client ServicesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, resourceName string, ...) (*http.Request, error) + func (client ServicesClient) UpdateResponder(resp *http.Response) (result ServicesDescription, err error) + func (client ServicesClient) UpdateSender(req *http.Request) (future ServicesUpdateFuture, err error) + type ServicesCreateOrUpdateFuture struct + Result func(ServicesClient) (ServicesDescription, error) + func (future *ServicesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ServicesDeleteFuture struct + Result func(ServicesClient) (autorest.Response, error) + func (future *ServicesDeleteFuture) UnmarshalJSON(body []byte) error + type ServicesDescription struct + Etag *string + ID *string + Identity *ServicesResourceIdentity + Kind Kind + Location *string + Name *string + Properties *ServicesProperties + SystemData *SystemData + Tags map[string]*string + Type *string + func (sd ServicesDescription) MarshalJSON() ([]byte, error) + type ServicesDescriptionListResult struct + NextLink *string + Value *[]ServicesDescription + func (sdlr ServicesDescriptionListResult) IsEmpty() bool + type ServicesDescriptionListResultIterator struct + func NewServicesDescriptionListResultIterator(page ServicesDescriptionListResultPage) ServicesDescriptionListResultIterator + func (iter *ServicesDescriptionListResultIterator) Next() error + func (iter *ServicesDescriptionListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter ServicesDescriptionListResultIterator) NotDone() bool + func (iter ServicesDescriptionListResultIterator) Response() ServicesDescriptionListResult + func (iter ServicesDescriptionListResultIterator) Value() ServicesDescription + type ServicesDescriptionListResultPage struct + func NewServicesDescriptionListResultPage(cur ServicesDescriptionListResult, ...) ServicesDescriptionListResultPage + func (page *ServicesDescriptionListResultPage) Next() error + func (page *ServicesDescriptionListResultPage) NextWithContext(ctx context.Context) (err error) + func (page ServicesDescriptionListResultPage) NotDone() bool + func (page ServicesDescriptionListResultPage) Response() ServicesDescriptionListResult + func (page ServicesDescriptionListResultPage) Values() []ServicesDescription + type ServicesNameAvailabilityInfo struct + Message *string + NameAvailable *bool + Reason ServiceNameUnavailabilityReason + func (snai ServicesNameAvailabilityInfo) MarshalJSON() ([]byte, error) + type ServicesPatchDescription struct + Tags map[string]*string + func (spd *ServicesPatchDescription) UnmarshalJSON(body []byte) error + func (spd ServicesPatchDescription) MarshalJSON() ([]byte, error) + type ServicesProperties struct + AccessPolicies *[]ServiceAccessPolicyEntry + AcrConfiguration *ServiceAcrConfigurationInfo + AuthenticationConfiguration *ServiceAuthenticationConfigurationInfo + CorsConfiguration *ServiceCorsConfigurationInfo + CosmosDbConfiguration *ServiceCosmosDbConfigurationInfo + ExportConfiguration *ServiceExportConfigurationInfo + PrivateEndpointConnections *[]PrivateEndpointConnection + ProvisioningState ProvisioningState + PublicNetworkAccess PublicNetworkAccess + type ServicesPropertiesUpdateParameters struct + PublicNetworkAccess PublicNetworkAccess + type ServicesResource struct + Etag *string + ID *string + Identity *ServicesResourceIdentity + Kind Kind + Location *string + Name *string + Tags map[string]*string + Type *string + func (sr ServicesResource) MarshalJSON() ([]byte, error) + type ServicesResourceIdentity struct + PrincipalID *string + TenantID *string + Type ManagedServiceIdentityType + func (sr ServicesResourceIdentity) MarshalJSON() ([]byte, error) + type ServicesUpdateFuture struct + Result func(ServicesClient) (ServicesDescription, error) + func (future *ServicesUpdateFuture) UnmarshalJSON(body []byte) error + type SystemData struct + CreatedAt *date.Time + CreatedBy *string + CreatedByType CreatedByType + LastModifiedAt *date.Time + LastModifiedBy *string + LastModifiedByType CreatedByType + type TaggedResource struct + Location *string + Tags map[string]*string + func (tr TaggedResource) MarshalJSON() ([]byte, error) + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type Workspace struct + Location *string + Properties *WorkspaceProperties + SystemData *SystemData + Tags map[string]*string + func (w Workspace) MarshalJSON() ([]byte, error) + type WorkspaceList struct + NextLink *string + Value *[]Workspace + func (wl WorkspaceList) IsEmpty() bool + type WorkspaceListIterator struct + func NewWorkspaceListIterator(page WorkspaceListPage) WorkspaceListIterator + func (iter *WorkspaceListIterator) Next() error + func (iter *WorkspaceListIterator) NextWithContext(ctx context.Context) (err error) + func (iter WorkspaceListIterator) NotDone() bool + func (iter WorkspaceListIterator) Response() WorkspaceList + func (iter WorkspaceListIterator) Value() Workspace + type WorkspaceListPage struct + func NewWorkspaceListPage(cur WorkspaceList, ...) WorkspaceListPage + func (page *WorkspaceListPage) Next() error + func (page *WorkspaceListPage) NextWithContext(ctx context.Context) (err error) + func (page WorkspaceListPage) NotDone() bool + func (page WorkspaceListPage) Response() WorkspaceList + func (page WorkspaceListPage) Values() []Workspace + type WorkspacePatchResource struct + Tags map[string]*string + func (wpr WorkspacePatchResource) MarshalJSON() ([]byte, error) + type WorkspaceProperties struct + ProvisioningState ProvisioningState + type WorkspacesClient struct + func NewWorkspacesClient(subscriptionID string) WorkspacesClient + func NewWorkspacesClientWithBaseURI(baseURI string, subscriptionID string) WorkspacesClient + func (client WorkspacesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result WorkspacesCreateOrUpdateFuture, err error) + func (client WorkspacesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client WorkspacesClient) CreateOrUpdateResponder(resp *http.Response) (result Workspace, err error) + func (client WorkspacesClient) CreateOrUpdateSender(req *http.Request) (future WorkspacesCreateOrUpdateFuture, err error) + func (client WorkspacesClient) Delete(ctx context.Context, resourceGroupName string, workspaceName string) (result WorkspacesDeleteFuture, err error) + func (client WorkspacesClient) DeletePreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error) + func (client WorkspacesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client WorkspacesClient) DeleteSender(req *http.Request) (future WorkspacesDeleteFuture, err error) + func (client WorkspacesClient) Get(ctx context.Context, resourceGroupName string, workspaceName string) (result Workspace, err error) + func (client WorkspacesClient) GetPreparer(ctx context.Context, resourceGroupName string, workspaceName string) (*http.Request, error) + func (client WorkspacesClient) GetResponder(resp *http.Response) (result Workspace, err error) + func (client WorkspacesClient) GetSender(req *http.Request) (*http.Response, error) + func (client WorkspacesClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result WorkspaceListPage, err error) + func (client WorkspacesClient) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result WorkspaceListIterator, err error) + func (client WorkspacesClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client WorkspacesClient) ListByResourceGroupResponder(resp *http.Response) (result WorkspaceList, err error) + func (client WorkspacesClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client WorkspacesClient) ListBySubscription(ctx context.Context) (result WorkspaceListPage, err error) + func (client WorkspacesClient) ListBySubscriptionComplete(ctx context.Context) (result WorkspaceListIterator, err error) + func (client WorkspacesClient) ListBySubscriptionPreparer(ctx context.Context) (*http.Request, error) + func (client WorkspacesClient) ListBySubscriptionResponder(resp *http.Response) (result WorkspaceList, err error) + func (client WorkspacesClient) ListBySubscriptionSender(req *http.Request) (*http.Response, error) + func (client WorkspacesClient) Update(ctx context.Context, resourceGroupName string, workspaceName string, ...) (result WorkspacesUpdateFuture, err error) + func (client WorkspacesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, workspaceName string, ...) (*http.Request, error) + func (client WorkspacesClient) UpdateResponder(resp *http.Response) (result Workspace, err error) + func (client WorkspacesClient) UpdateSender(req *http.Request) (future WorkspacesUpdateFuture, err error) + type WorkspacesCreateOrUpdateFuture struct + Result func(WorkspacesClient) (Workspace, error) + func (future *WorkspacesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type WorkspacesDeleteFuture struct + Result func(WorkspacesClient) (autorest.Response, error) + func (future *WorkspacesDeleteFuture) UnmarshalJSON(body []byte) error + type WorkspacesUpdateFuture struct + Result func(WorkspacesClient) (Workspace, error) + func (future *WorkspacesUpdateFuture) UnmarshalJSON(body []byte) error