Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebService

Package version

interface

An interface representing WebService. Instance of an Azure ML web service resource.

extends

Resource

Hierarchy

Index

Properties

Optional id

id: undefined | string
member

{string} [id] Specifies the resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

location

location: string
member

{string} location Specifies the location of the resource.

Optional name

name: undefined | string
member

{string} [name] Specifies the name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

properties

member

{WebServicePropertiesUnion} properties Contains the property payload that describes the web service.

Optional tags

tags: undefined | object
member

{{ [propertyName: string]: string }} [tags] Contains resource tags defined as key/value pairs.

Optional type

type: undefined | string
member

{string} [type] Specifies the type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc