Versions in this module Expand all Collapse all v35 v35.1.0 Nov 1, 2019 v35.0.0 Oct 30, 2019 Changes in this version + const DefaultBaseURI + func UserAgent() string + func Version() string + type AssetItem struct + ID *string + InputPorts map[string]*InputPort + LocationInfo *AssetLocation + Metadata map[string]*string + Name *string + OutputPorts map[string]*OutputPort + Parameters *[]ModuleAssetParameter + Type AssetType + func (ai AssetItem) MarshalJSON() ([]byte, error) + type AssetLocation struct + Credentials *string + URI *string + type AssetType string + const AssetTypeModule + const AssetTypeResource + func PossibleAssetTypeValues() []AssetType + type BaseClient struct + BaseURI string + SubscriptionID string + func New(subscriptionID string) BaseClient + func NewWithBaseURI(baseURI string, subscriptionID string) BaseClient + type BasicProperties interface + AsProperties func() (*Properties, bool) + AsPropertiesForGraph func() (*PropertiesForGraph, bool) + type Client struct + func NewClient(subscriptionID string) Client + func NewClientWithBaseURI(baseURI string, subscriptionID string) Client + func (client Client) CreateOrUpdate(ctx context.Context, resourceGroupName string, webServiceName string, ...) (result CreateOrUpdateFuture, err error) + func (client Client) CreateOrUpdatePreparer(ctx context.Context, resourceGroupName string, webServiceName string, ...) (*http.Request, error) + func (client Client) CreateOrUpdateResponder(resp *http.Response) (result WebService, err error) + func (client Client) CreateOrUpdateSender(req *http.Request) (future CreateOrUpdateFuture, err error) + func (client Client) Get(ctx context.Context, resourceGroupName string, webServiceName string) (result WebService, err error) + func (client Client) GetPreparer(ctx context.Context, resourceGroupName string, webServiceName string) (*http.Request, error) + func (client Client) GetResponder(resp *http.Response) (result WebService, err error) + func (client Client) GetSender(req *http.Request) (*http.Response, error) + func (client Client) List(ctx context.Context, skiptoken string) (result PaginatedWebServicesListPage, err error) + func (client Client) ListByResourceGroup(ctx context.Context, resourceGroupName string, skiptoken string) (result PaginatedWebServicesListPage, err error) + func (client Client) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, skiptoken string) (result PaginatedWebServicesListIterator, err error) + func (client Client) ListByResourceGroupPreparer(ctx context.Context, resourceGroupName string, skiptoken string) (*http.Request, error) + func (client Client) ListByResourceGroupResponder(resp *http.Response) (result PaginatedWebServicesList, err error) + func (client Client) ListByResourceGroupSender(req *http.Request) (*http.Response, error) + func (client Client) ListComplete(ctx context.Context, skiptoken string) (result PaginatedWebServicesListIterator, err error) + func (client Client) ListKeys(ctx context.Context, resourceGroupName string, webServiceName string) (result Keys, err error) + func (client Client) ListKeysPreparer(ctx context.Context, resourceGroupName string, webServiceName string) (*http.Request, error) + func (client Client) ListKeysResponder(resp *http.Response) (result Keys, err error) + func (client Client) ListKeysSender(req *http.Request) (*http.Response, error) + func (client Client) ListPreparer(ctx context.Context, skiptoken string) (*http.Request, error) + func (client Client) ListResponder(resp *http.Response) (result PaginatedWebServicesList, err error) + func (client Client) ListSender(req *http.Request) (*http.Response, error) + func (client Client) Patch(ctx context.Context, resourceGroupName string, webServiceName string, ...) (result PatchFuture, err error) + func (client Client) PatchPreparer(ctx context.Context, resourceGroupName string, webServiceName string, ...) (*http.Request, error) + func (client Client) PatchResponder(resp *http.Response) (result WebService, err error) + func (client Client) PatchSender(req *http.Request) (future PatchFuture, err error) + func (client Client) Remove(ctx context.Context, resourceGroupName string, webServiceName string) (result RemoveFuture, err error) + func (client Client) RemovePreparer(ctx context.Context, resourceGroupName string, webServiceName string) (*http.Request, error) + func (client Client) RemoveResponder(resp *http.Response) (result autorest.Response, err error) + func (client Client) RemoveSender(req *http.Request) (future RemoveFuture, err error) + type ColumnFormat string + const Byte + const Char + const Complex128 + const Complex64 + const DateTime + const DateTimeOffset + const Double + const Duration + const Float + const Int16 + const Int32 + const Int64 + const Int8 + const Uint16 + const Uint32 + const Uint64 + const Uint8 + func PossibleColumnFormatValues() []ColumnFormat + type ColumnSpecification struct + Enum *[]interface{} + Format ColumnFormat + Type ColumnType + XMsIsnullable *bool + XMsIsordered *bool + type ColumnType string + const Boolean + const Integer + const Number + const String + func PossibleColumnTypeValues() []ColumnType + type CommitmentPlan struct + ID *string + type CreateOrUpdateFuture struct + func (future *CreateOrUpdateFuture) Result(client Client) (ws WebService, err error) + type DiagnosticsConfiguration struct + Expiry *date.Time + Level DiagnosticsLevel + type DiagnosticsLevel string + const All + const Error + const None + func PossibleDiagnosticsLevelValues() []DiagnosticsLevel + type ExampleRequest struct + GlobalParameters map[string]interface{} + Inputs map[string][][]interface{} + func (er ExampleRequest) MarshalJSON() ([]byte, error) + type GraphEdge struct + SourceNodeID *string + SourcePortID *string + TargetNodeID *string + TargetPortID *string + type GraphNode struct + AssetID *string + InputID *string + OutputID *string + Parameters map[string]*string + func (gn GraphNode) MarshalJSON() ([]byte, error) + type GraphPackage struct + Edges *[]GraphEdge + GraphParameters map[string]*GraphParameter + Nodes map[string]*GraphNode + func (gp GraphPackage) MarshalJSON() ([]byte, error) + type GraphParameter struct + Description *string + Links *[]GraphParameterLink + Type ParameterType + type GraphParameterLink struct + NodeID *string + ParameterKey *string + type InputPort struct + Type InputPortType + type InputPortType string + const Dataset + func PossibleInputPortTypeValues() []InputPortType + type Keys struct + Primary *string + Secondary *string + type MachineLearningWorkspace struct + ID *string + type ModeValueInfo struct + InterfaceString *string + Parameters *[]ModuleAssetParameter + type ModuleAssetParameter struct + ModeValuesInfo map[string]*ModeValueInfo + Name *string + ParameterType *string + func (mapVar ModuleAssetParameter) MarshalJSON() ([]byte, error) + type OutputPort struct + Type OutputPortType + type OutputPortType string + const OutputPortTypeDataset + func PossibleOutputPortTypeValues() []OutputPortType + type PackageType string + const PackageTypeGraph + const PackageTypeWebServiceProperties + func PossiblePackageTypeValues() []PackageType + type PaginatedWebServicesList struct + NextLink *string + Value *[]WebService + func (pwsl PaginatedWebServicesList) IsEmpty() bool + type PaginatedWebServicesListIterator struct + func NewPaginatedWebServicesListIterator(page PaginatedWebServicesListPage) PaginatedWebServicesListIterator + func (iter *PaginatedWebServicesListIterator) Next() error + func (iter *PaginatedWebServicesListIterator) NextWithContext(ctx context.Context) (err error) + func (iter PaginatedWebServicesListIterator) NotDone() bool + func (iter PaginatedWebServicesListIterator) Response() PaginatedWebServicesList + func (iter PaginatedWebServicesListIterator) Value() WebService + type PaginatedWebServicesListPage struct + func NewPaginatedWebServicesListPage(...) PaginatedWebServicesListPage + func (page *PaginatedWebServicesListPage) Next() error + func (page *PaginatedWebServicesListPage) NextWithContext(ctx context.Context) (err error) + func (page PaginatedWebServicesListPage) NotDone() bool + func (page PaginatedWebServicesListPage) Response() PaginatedWebServicesList + func (page PaginatedWebServicesListPage) Values() []WebService + type ParameterType string + const ParameterTypeBoolean + const ParameterTypeColumnPicker + const ParameterTypeCredential + const ParameterTypeDataGatewayName + const ParameterTypeDouble + const ParameterTypeEnumerated + const ParameterTypeFloat + const ParameterTypeInt + const ParameterTypeMode + const ParameterTypeParameterRange + const ParameterTypeScript + const ParameterTypeString + func PossibleParameterTypeValues() []ParameterType + type PatchFuture struct + func (future *PatchFuture) Result(client Client) (ws WebService, err error) + type Properties struct + Assets map[string]*AssetItem + CommitmentPlan *CommitmentPlan + CreatedOn *date.Time + Description *string + Diagnostics *DiagnosticsConfiguration + ExampleRequest *ExampleRequest + ExposeSampleData *bool + Input *ServiceInputOutputSpecification + Keys *Keys + MachineLearningWorkspace *MachineLearningWorkspace + ModifiedOn *date.Time + Output *ServiceInputOutputSpecification + PackageType PackageType + Parameters map[string]*string + ProvisioningState ProvisioningState + ReadOnly *bool + RealtimeConfiguration *RealtimeConfiguration + StorageAccount *StorageAccount + SwaggerLocation *string + Title *string + func (p Properties) AsBasicProperties() (BasicProperties, bool) + func (p Properties) AsProperties() (*Properties, bool) + func (p Properties) AsPropertiesForGraph() (*PropertiesForGraph, bool) + func (p Properties) MarshalJSON() ([]byte, error) + type PropertiesForGraph struct + Assets map[string]*AssetItem + CommitmentPlan *CommitmentPlan + CreatedOn *date.Time + Description *string + Diagnostics *DiagnosticsConfiguration + ExampleRequest *ExampleRequest + ExposeSampleData *bool + Input *ServiceInputOutputSpecification + Keys *Keys + MachineLearningWorkspace *MachineLearningWorkspace + ModifiedOn *date.Time + Output *ServiceInputOutputSpecification + Package *GraphPackage + PackageType PackageType + Parameters map[string]*string + ProvisioningState ProvisioningState + ReadOnly *bool + RealtimeConfiguration *RealtimeConfiguration + StorageAccount *StorageAccount + SwaggerLocation *string + Title *string + func (pfg PropertiesForGraph) AsBasicProperties() (BasicProperties, bool) + func (pfg PropertiesForGraph) AsProperties() (*Properties, bool) + func (pfg PropertiesForGraph) AsPropertiesForGraph() (*PropertiesForGraph, bool) + func (pfg PropertiesForGraph) MarshalJSON() ([]byte, error) + type ProvisioningState string + const Failed + const Provisioning + const Succeeded + const Unknown + func PossibleProvisioningStateValues() []ProvisioningState + type RealtimeConfiguration struct + MaxConcurrentCalls *int32 + type RemoveFuture struct + func (future *RemoveFuture) Result(client Client) (ar autorest.Response, err error) + type Resource struct + ID *string + Location *string + Name *string + Tags map[string]*string + Type *string + func (r Resource) MarshalJSON() ([]byte, error) + type ServiceInputOutputSpecification struct + Description *string + Properties map[string]*TableSpecification + Title *string + Type *string + func (sios ServiceInputOutputSpecification) MarshalJSON() ([]byte, error) + type StorageAccount struct + Key *string + Name *string + type TableSpecification struct + Description *string + Format *string + Properties map[string]*ColumnSpecification + Title *string + Type *string + func (ts TableSpecification) MarshalJSON() ([]byte, error) + type WebService struct + ID *string + Location *string + Name *string + Properties BasicProperties + Tags map[string]*string + Type *string + func (ws *WebService) UnmarshalJSON(body []byte) error + func (ws WebService) MarshalJSON() ([]byte, error) Other modules containing this package gopkg.in/azure/azure-sdk-for-go.v16 gopkg.in/azure/azure-sdk-for-go.v17 gopkg.in/azure/azure-sdk-for-go.v18 gopkg.in/azure/azure-sdk-for-go.v19 gopkg.in/azure/azure-sdk-for-go.v20 gopkg.in/azure/azure-sdk-for-go.v21 gopkg.in/azure/azure-sdk-for-go.v22 gopkg.in/azure/azure-sdk-for-go.v23 gopkg.in/azure/azure-sdk-for-go.v24 gopkg.in/azure/azure-sdk-for-go.v25 gopkg.in/azure/azure-sdk-for-go.v26 gopkg.in/azure/azure-sdk-for-go.v27 gopkg.in/azure/azure-sdk-for-go.v28 gopkg.in/azure/azure-sdk-for-go.v29 gopkg.in/azure/azure-sdk-for-go.v30 gopkg.in/azure/azure-sdk-for-go.v31 gopkg.in/azure/azure-sdk-for-go.v32 gopkg.in/azure/azure-sdk-for-go.v33 gopkg.in/azure/azure-sdk-for-go.v34 gopkg.in/azure/azure-sdk-for-go.v36 gopkg.in/azure/azure-sdk-for-go.v37 gopkg.in/azure/azure-sdk-for-go.v38 gopkg.in/azure/azure-sdk-for-go.v39 gopkg.in/azure/azure-sdk-for-go.v40 gopkg.in/azure/azure-sdk-for-go.v41 gopkg.in/azure/azure-sdk-for-go.v42 gopkg.in/azure/azure-sdk-for-go.v43 gopkg.in/azure/azure-sdk-for-go.v44 gopkg.in/azure/azure-sdk-for-go.v45 gopkg.in/azure/azure-sdk-for-go.v46 gopkg.in/azure/azure-sdk-for-go.v47 gopkg.in/azure/azure-sdk-for-go.v48 gopkg.in/azure/azure-sdk-for-go.v49