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 AzureCapacity struct + Default *int32 + Maximum *int32 + Minimum *int32 + ScaleType AzureScaleType + type AzureEntityResource struct + Etag *string + ID *string + Name *string + Type *string + func (aer AzureEntityResource) MarshalJSON() ([]byte, error) + type AzureResourceSku struct + Capacity *AzureCapacity + ResourceType *string + Sku *AzureSku + type AzureScaleType string + const Automatic + const Manual + const None + func PossibleAzureScaleTypeValues() []AzureScaleType + type AzureSku struct + Capacity *int32 + Name AzureSkuName + Tier AzureSkuTier + type AzureSkuName string + const DevNoSLAStandardD11V2 + const StandardD11V2 + const StandardD12V2 + const StandardD13V2 + const StandardD14V2 + const StandardDS13V21TBPS + const StandardDS13V22TBPS + const StandardDS14V23TBPS + const StandardDS14V24TBPS + const StandardL16s + const StandardL4s + const StandardL8s + func PossibleAzureSkuNameValues() []AzureSkuName + type AzureSkuTier string + const Basic + const Standard + func PossibleAzureSkuTierValues() []AzureSkuTier + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicDataConnection interface + AsDataConnection func() (*DataConnection, bool) + AsEventGridDataConnection func() (*EventGridDataConnection, bool) + AsEventHubDataConnection func() (*EventHubDataConnection, bool) + type CheckNameResult struct + Message *string + Name *string + NameAvailable *bool + Reason Reason + type CloudError struct + Error *CloudErrorBody + type CloudErrorBody struct + Code *string + Details *[]CloudErrorBody + Message *string + Target *string + type Cluster struct + ID *string + Location *string + Name *string + Sku *AzureSku + Tags map[string]*string + Type *string + func (c *Cluster) UnmarshalJSON(body []byte) error + func (c Cluster) MarshalJSON() ([]byte, error) + type ClusterCheckNameRequest struct + Name *string + Type *string + type ClusterListResult struct + Value *[]Cluster + type ClusterProperties struct + DataIngestionURI *string + ProvisioningState ProvisioningState + State State + TrustedExternalTenants *[]TrustedExternalTenant + URI *string + func (cp ClusterProperties) MarshalJSON() ([]byte, error) + type ClusterUpdate struct + ID *string + Location *string + Name *string + Sku *AzureSku + Tags map[string]*string + Type *string + func (cu *ClusterUpdate) UnmarshalJSON(body []byte) error + func (cu ClusterUpdate) MarshalJSON() ([]byte, error) + type ClustersClient struct + func NewClustersClient(subscriptionID string) ClustersClient + func NewClustersClientWithBaseURI(baseURI string, subscriptionID string) ClustersClient + func (client ClustersClient) CheckNameAvailability(ctx context.Context, location string, clusterName ClusterCheckNameRequest) (result CheckNameResult, err error) + func (client ClustersClient) CheckNameAvailabilityPreparer(ctx context.Context, location string, clusterName ClusterCheckNameRequest) (*http.Request, error) + func (client ClustersClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client ClustersClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client ClustersClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersCreateOrUpdateFuture, err error) + func (client ClustersClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) CreateOrUpdateResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) CreateOrUpdateSender(req *http.Request) (future ClustersCreateOrUpdateFuture, err error) + func (client ClustersClient) Delete(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersDeleteFuture, err error) + func (client ClustersClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) DeleteSender(req *http.Request) (future ClustersDeleteFuture, err error) + func (client ClustersClient) Get(ctx context.Context, resourceGroupName string, clusterName string) (result Cluster, err error) + func (client ClustersClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) GetResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) GetSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) List(ctx context.Context) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string) (*http.Request, error) + func (client ClustersClient) ListByResourceGroupResponder(resp *http.Response) (result ClusterListResult, err error) + func (client ClustersClient) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client ClustersClient) ListResponder(resp *http.Response) (result ClusterListResult, err error) + func (client ClustersClient) ListSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListSkus(ctx context.Context) (result ListSkusResult, err error) + func (client ClustersClient) ListSkusByResource(ctx context.Context, resourceGroupName string, clusterName string) (result ListResourceSkusResult, err error) + func (client ClustersClient) ListSkusByResourcePreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) ListSkusByResourceResponder(resp *http.Response) (result ListResourceSkusResult, err error) + func (client ClustersClient) ListSkusByResourceSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) ListSkusPreparer(ctx context.Context) (*http.Request, error) + func (client ClustersClient) ListSkusResponder(resp *http.Response) (result ListSkusResult, err error) + func (client ClustersClient) ListSkusSender(req *http.Request) (*http.Response, error) + func (client ClustersClient) Start(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersStartFuture, err error) + func (client ClustersClient) StartPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) StartResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) StartSender(req *http.Request) (future ClustersStartFuture, err error) + func (client ClustersClient) Stop(ctx context.Context, resourceGroupName string, clusterName string) (result ClustersStopFuture, err error) + func (client ClustersClient) StopPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client ClustersClient) StopResponder(resp *http.Response) (result autorest.Response, err error) + func (client ClustersClient) StopSender(req *http.Request) (future ClustersStopFuture, err error) + func (client ClustersClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result ClustersUpdateFuture, err error) + func (client ClustersClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client ClustersClient) UpdateResponder(resp *http.Response) (result Cluster, err error) + func (client ClustersClient) UpdateSender(req *http.Request) (future ClustersUpdateFuture, err error) + type ClustersCreateOrUpdateFuture struct + Result func(ClustersClient) (Cluster, error) + func (future *ClustersCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type ClustersDeleteFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersDeleteFuture) UnmarshalJSON(body []byte) error + type ClustersStartFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersStartFuture) UnmarshalJSON(body []byte) error + type ClustersStopFuture struct + Result func(ClustersClient) (autorest.Response, error) + func (future *ClustersStopFuture) UnmarshalJSON(body []byte) error + type ClustersUpdateFuture struct + Result func(ClustersClient) (Cluster, error) + func (future *ClustersUpdateFuture) UnmarshalJSON(body []byte) error + type DataConnection struct + ID *string + Kind Kind + Location *string + Name *string + Type *string + func (dc DataConnection) AsBasicDataConnection() (BasicDataConnection, bool) + func (dc DataConnection) AsDataConnection() (*DataConnection, bool) + func (dc DataConnection) AsEventGridDataConnection() (*EventGridDataConnection, bool) + func (dc DataConnection) AsEventHubDataConnection() (*EventHubDataConnection, bool) + func (dc DataConnection) MarshalJSON() ([]byte, error) + type DataConnectionCheckNameRequest struct + Name *string + Type *string + type DataConnectionListResult struct + Value *[]BasicDataConnection + func (dclr *DataConnectionListResult) UnmarshalJSON(body []byte) error + type DataConnectionModel struct + Value BasicDataConnection + func (dcm *DataConnectionModel) UnmarshalJSON(body []byte) error + type DataConnectionValidation struct + DataConnectionName *string + Properties BasicDataConnection + func (dcv *DataConnectionValidation) UnmarshalJSON(body []byte) error + type DataConnectionValidationListResult struct + Value *[]DataConnectionValidationResult + type DataConnectionValidationResult struct + ErrorMessage *string + type DataConnectionsClient struct + func NewDataConnectionsClient(subscriptionID string) DataConnectionsClient + func NewDataConnectionsClientWithBaseURI(baseURI string, subscriptionID string) DataConnectionsClient + func (client DataConnectionsClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CheckNameResult, err error) + func (client DataConnectionsClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client DataConnectionsClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client DataConnectionsClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionsCreateOrUpdateFuture, err error) + func (client DataConnectionsClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) CreateOrUpdateResponder(resp *http.Response) (result DataConnectionModel, err error) + func (client DataConnectionsClient) CreateOrUpdateSender(req *http.Request) (future DataConnectionsCreateOrUpdateFuture, err error) + func (client DataConnectionsClient) DataConnectionValidationMethod(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionValidationListResult, err error) + func (client DataConnectionsClient) DataConnectionValidationMethodPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) DataConnectionValidationMethodResponder(resp *http.Response) (result DataConnectionValidationListResult, err error) + func (client DataConnectionsClient) DataConnectionValidationMethodSender(req *http.Request) (*http.Response, error) + func (client DataConnectionsClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionsDeleteFuture, err error) + func (client DataConnectionsClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DataConnectionsClient) DeleteSender(req *http.Request) (future DataConnectionsDeleteFuture, err error) + func (client DataConnectionsClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionModel, err error) + func (client DataConnectionsClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) GetResponder(resp *http.Response) (result DataConnectionModel, err error) + func (client DataConnectionsClient) GetSender(req *http.Request) (*http.Response, error) + func (client DataConnectionsClient) ListByDatabase(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionListResult, err error) + func (client DataConnectionsClient) ListByDatabasePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) ListByDatabaseResponder(resp *http.Response) (result DataConnectionListResult, err error) + func (client DataConnectionsClient) ListByDatabaseSender(req *http.Request) (*http.Response, error) + func (client DataConnectionsClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DataConnectionsUpdateFuture, err error) + func (client DataConnectionsClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DataConnectionsClient) UpdateResponder(resp *http.Response) (result DataConnectionModel, err error) + func (client DataConnectionsClient) UpdateSender(req *http.Request) (future DataConnectionsUpdateFuture, err error) + type DataConnectionsCreateOrUpdateFuture struct + Result func(DataConnectionsClient) (DataConnectionModel, error) + func (future *DataConnectionsCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DataConnectionsDeleteFuture struct + Result func(DataConnectionsClient) (autorest.Response, error) + func (future *DataConnectionsDeleteFuture) UnmarshalJSON(body []byte) error + type DataConnectionsUpdateFuture struct + Result func(DataConnectionsClient) (DataConnectionModel, error) + func (future *DataConnectionsUpdateFuture) UnmarshalJSON(body []byte) error + type DataFormat string + const AVRO + const CSV + const JSON + const MULTIJSON + const PSV + const RAW + const SCSV + const SINGLEJSON + const SOHSV + const TSV + const TXT + func PossibleDataFormatValues() []DataFormat + type Database struct + ID *string + Location *string + Name *string + Type *string + func (d *Database) UnmarshalJSON(body []byte) error + func (d Database) MarshalJSON() ([]byte, error) + type DatabaseCheckNameRequest struct + Name *string + Type *string + type DatabaseListResult struct + Value *[]Database + type DatabasePrincipal struct + AppID *string + Email *string + Fqn *string + Name *string + Role DatabasePrincipalRole + Type DatabasePrincipalType + type DatabasePrincipalListRequest struct + Value *[]DatabasePrincipal + type DatabasePrincipalListResult struct + Value *[]DatabasePrincipal + type DatabasePrincipalRole string + const Admin + const Ingestor + const Monitor + const UnrestrictedViewers + const User + const Viewer + func PossibleDatabasePrincipalRoleValues() []DatabasePrincipalRole + type DatabasePrincipalType string + const DatabasePrincipalTypeApp + const DatabasePrincipalTypeGroup + const DatabasePrincipalTypeUser + func PossibleDatabasePrincipalTypeValues() []DatabasePrincipalType + type DatabaseProperties struct + HotCachePeriod *string + ProvisioningState ProvisioningState + SoftDeletePeriod *string + Statistics *DatabaseStatistics + func (dp DatabaseProperties) MarshalJSON() ([]byte, error) + type DatabaseStatistics struct + Size *float64 + type DatabaseUpdate struct + ID *string + Location *string + Name *string + Type *string + func (du *DatabaseUpdate) UnmarshalJSON(body []byte) error + func (du DatabaseUpdate) MarshalJSON() ([]byte, error) + type DatabasesClient struct + func NewDatabasesClient(subscriptionID string) DatabasesClient + func NewDatabasesClientWithBaseURI(baseURI string, subscriptionID string) DatabasesClient + func (client DatabasesClient) AddPrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) AddPrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) AddPrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) AddPrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) CheckNameAvailability(ctx context.Context, resourceGroupName string, clusterName string, ...) (result CheckNameResult, err error) + func (client DatabasesClient) CheckNameAvailabilityPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) CheckNameAvailabilityResponder(resp *http.Response) (result CheckNameResult, err error) + func (client DatabasesClient) CheckNameAvailabilitySender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) CreateOrUpdate(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesCreateOrUpdateFuture, err error) + func (client DatabasesClient) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) CreateOrUpdateResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) CreateOrUpdateSender(req *http.Request) (future DatabasesCreateOrUpdateFuture, err error) + func (client DatabasesClient) Delete(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesDeleteFuture, err error) + func (client DatabasesClient) DeletePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) + func (client DatabasesClient) DeleteSender(req *http.Request) (future DatabasesDeleteFuture, err error) + func (client DatabasesClient) Get(ctx context.Context, resourceGroupName string, clusterName string, ...) (result Database, err error) + func (client DatabasesClient) GetPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) GetResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) GetSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) ListByCluster(ctx context.Context, resourceGroupName string, clusterName string) (result DatabaseListResult, err error) + func (client DatabasesClient) ListByClusterPreparer(ctx context.Context, resourceGroupName string, clusterName string) (*http.Request, error) + func (client DatabasesClient) ListByClusterResponder(resp *http.Response) (result DatabaseListResult, err error) + func (client DatabasesClient) ListByClusterSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) ListPrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) ListPrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) ListPrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) ListPrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) RemovePrincipals(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) RemovePrincipalsPreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) RemovePrincipalsResponder(resp *http.Response) (result DatabasePrincipalListResult, err error) + func (client DatabasesClient) RemovePrincipalsSender(req *http.Request) (*http.Response, error) + func (client DatabasesClient) Update(ctx context.Context, resourceGroupName string, clusterName string, ...) (result DatabasesUpdateFuture, err error) + func (client DatabasesClient) UpdatePreparer(ctx context.Context, resourceGroupName string, clusterName string, ...) (*http.Request, error) + func (client DatabasesClient) UpdateResponder(resp *http.Response) (result Database, err error) + func (client DatabasesClient) UpdateSender(req *http.Request) (future DatabasesUpdateFuture, err error) + type DatabasesCreateOrUpdateFuture struct + Result func(DatabasesClient) (Database, error) + func (future *DatabasesCreateOrUpdateFuture) UnmarshalJSON(body []byte) error + type DatabasesDeleteFuture struct + Result func(DatabasesClient) (autorest.Response, error) + func (future *DatabasesDeleteFuture) UnmarshalJSON(body []byte) error + type DatabasesUpdateFuture struct + Result func(DatabasesClient) (Database, error) + func (future *DatabasesUpdateFuture) UnmarshalJSON(body []byte) error + type EventGridConnectionProperties struct + ConsumerGroup *string + DataFormat DataFormat + EventHubResourceID *string + MappingRuleName *string + StorageAccountResourceID *string + TableName *string + type EventGridDataConnection struct + ID *string + Kind Kind + Location *string + Name *string + Type *string + func (egdc *EventGridDataConnection) UnmarshalJSON(body []byte) error + func (egdc EventGridDataConnection) AsBasicDataConnection() (BasicDataConnection, bool) + func (egdc EventGridDataConnection) AsDataConnection() (*DataConnection, bool) + func (egdc EventGridDataConnection) AsEventGridDataConnection() (*EventGridDataConnection, bool) + func (egdc EventGridDataConnection) AsEventHubDataConnection() (*EventHubDataConnection, bool) + func (egdc EventGridDataConnection) MarshalJSON() ([]byte, error) + type EventHubConnectionProperties struct + ConsumerGroup *string + DataFormat DataFormat + EventHubResourceID *string + MappingRuleName *string + TableName *string + type EventHubDataConnection struct + ID *string + Kind Kind + Location *string + Name *string + Type *string + func (ehdc *EventHubDataConnection) UnmarshalJSON(body []byte) error + func (ehdc EventHubDataConnection) AsBasicDataConnection() (BasicDataConnection, bool) + func (ehdc EventHubDataConnection) AsDataConnection() (*DataConnection, bool) + func (ehdc EventHubDataConnection) AsEventGridDataConnection() (*EventGridDataConnection, bool) + func (ehdc EventHubDataConnection) AsEventHubDataConnection() (*EventHubDataConnection, bool) + func (ehdc EventHubDataConnection) MarshalJSON() ([]byte, error) + type Kind string + const KindDataConnection + const KindEventGrid + const KindEventHub + func PossibleKindValues() []Kind + type ListResourceSkusResult struct + Value *[]AzureResourceSku + type ListSkusResult struct + Value *[]AzureSku + type Operation struct + Display *OperationDisplay + Name *string + Origin *string + Properties interface{} + type OperationDisplay struct + Description *string + Operation *string + Provider *string + Resource *string + type OperationListResult struct + NextLink *string + Value *[]Operation + func (olr OperationListResult) IsEmpty() bool + type OperationListResultIterator struct + func NewOperationListResultIterator(page OperationListResultPage) OperationListResultIterator + func (iter *OperationListResultIterator) Next() error + func (iter *OperationListResultIterator) NextWithContext(ctx context.Context) (err error) + func (iter OperationListResultIterator) NotDone() bool + func (iter OperationListResultIterator) Response() OperationListResult + func (iter OperationListResultIterator) Value() Operation + type OperationListResultPage struct + func NewOperationListResultPage(cur OperationListResult, ...) OperationListResultPage + func (page *OperationListResultPage) Next() error + func (page *OperationListResultPage) NextWithContext(ctx context.Context) (err error) + func (page OperationListResultPage) NotDone() bool + func (page OperationListResultPage) Response() OperationListResult + func (page OperationListResultPage) Values() []Operation + type OperationsClient struct + func NewOperationsClient(subscriptionID string) OperationsClient + func NewOperationsClientWithBaseURI(baseURI string, subscriptionID string) OperationsClient + func (client OperationsClient) List(ctx context.Context) (result OperationListResultPage, err error) + func (client OperationsClient) ListComplete(ctx context.Context) (result OperationListResultIterator, err error) + func (client OperationsClient) ListPreparer(ctx context.Context) (*http.Request, error) + func (client OperationsClient) ListResponder(resp *http.Response) (result OperationListResult, err error) + func (client OperationsClient) ListSender(req *http.Request) (*http.Response, error) + type ProvisioningState string + const Creating + const Deleting + const Failed + const Running + const Succeeded + func PossibleProvisioningStateValues() []ProvisioningState + type ProxyResource struct + ID *string + Name *string + Type *string + func (pr ProxyResource) MarshalJSON() ([]byte, error) + type Reason string + const AlreadyExists + const Invalid + func PossibleReasonValues() []Reason + type Resource struct + ID *string + Name *string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type State string + const StateCreating + const StateDeleted + const StateDeleting + const StateRunning + const StateStarting + const StateStopped + const StateStopping + const StateUnavailable + const StateUpdating + func PossibleStateValues() []State + type TrackedResource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (tr TrackedResource) MarshalJSON() ([]byte, error) + type TrustedExternalTenant struct + Value *string