DevToolPortals interface  
Interface representing a DevToolPortals.
Methods
| begin | 
	Create the default Dev Tool Portal or update the existing Dev Tool Portal.  | 
| begin | 
	Create the default Dev Tool Portal or update the existing Dev Tool Portal.  | 
| begin | 
	Disable the default Dev Tool Portal.  | 
| begin | 
	Disable the default Dev Tool Portal.  | 
| get(string, string, string, Dev | 
	Get the Application Live and its properties.  | 
| list(string, string, Dev | 
	Handles requests to list all resources in a Service.  | 
Method Details
		beginCreateOrUpdate(string, string, string, DevToolPortalResource, DevToolPortalsCreateOrUpdateOptionalParams)
	           
	Create the default Dev Tool Portal or update the existing Dev Tool Portal.
function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, devToolPortalName: string, devToolPortalResource: DevToolPortalResource, options?: DevToolPortalsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevToolPortalResource>, DevToolPortalResource>>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
 - 
				
string
 
The name of the Service resource.
- devToolPortalName
 - 
				
string
 
The name of Dev Tool Portal.
- devToolPortalResource
 - DevToolPortalResource
 
Parameters for the create or update operation
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<DevToolPortalResource>, DevToolPortalResource>>
		beginCreateOrUpdateAndWait(string, string, string, DevToolPortalResource, DevToolPortalsCreateOrUpdateOptionalParams)
	             
	Create the default Dev Tool Portal or update the existing Dev Tool Portal.
function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, devToolPortalName: string, devToolPortalResource: DevToolPortalResource, options?: DevToolPortalsCreateOrUpdateOptionalParams): Promise<DevToolPortalResource>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
 - 
				
string
 
The name of the Service resource.
- devToolPortalName
 - 
				
string
 
The name of Dev Tool Portal.
- devToolPortalResource
 - DevToolPortalResource
 
Parameters for the create or update operation
The options parameters.
Returns
Promise<DevToolPortalResource>
		beginDelete(string, string, string, DevToolPortalsDeleteOptionalParams)
	      
	Disable the default Dev Tool Portal.
function beginDelete(resourceGroupName: string, serviceName: string, devToolPortalName: string, options?: DevToolPortalsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
 - 
				
string
 
The name of the Service resource.
- devToolPortalName
 - 
				
string
 
The name of Dev Tool Portal.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
		beginDeleteAndWait(string, string, string, DevToolPortalsDeleteOptionalParams)
	        
	Disable the default Dev Tool Portal.
function beginDeleteAndWait(resourceGroupName: string, serviceName: string, devToolPortalName: string, options?: DevToolPortalsDeleteOptionalParams): Promise<void>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
 - 
				
string
 
The name of the Service resource.
- devToolPortalName
 - 
				
string
 
The name of Dev Tool Portal.
The options parameters.
Returns
Promise<void>
		get(string, string, string, DevToolPortalsGetOptionalParams)
	     
	Get the Application Live and its properties.
function get(resourceGroupName: string, serviceName: string, devToolPortalName: string, options?: DevToolPortalsGetOptionalParams): Promise<DevToolPortalResource>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
 - 
				
string
 
The name of the Service resource.
- devToolPortalName
 - 
				
string
 
The name of Dev Tool Portal.
- options
 - DevToolPortalsGetOptionalParams
 
The options parameters.
Returns
Promise<DevToolPortalResource>
		list(string, string, DevToolPortalsListOptionalParams)
	     
	Handles requests to list all resources in a Service.
function list(resourceGroupName: string, serviceName: string, options?: DevToolPortalsListOptionalParams): PagedAsyncIterableIterator<DevToolPortalResource, DevToolPortalResource[], PageSettings>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serviceName
 - 
				
string
 
The name of the Service resource.
- options
 - DevToolPortalsListOptionalParams
 
The options parameters.