IntegrationAccountSchemas Interface
public interface IntegrationAccountSchemas
Resource collection API of IntegrationAccountSchemas.
Method Summary
Method Details
define
public abstract IntegrationAccountSchema.DefinitionStages.Blank define(String name)
Begins definition for a new IntegrationAccountSchema resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String integrationAccountName, String schemaName)
Deletes an integration account schema.
Parameters:
deleteById
public abstract void deleteById(String id)
Deletes an integration account schema.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes an integration account schema.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String integrationAccountName, String schemaName, Context context)
Deletes an integration account schema.
Parameters:
Returns:
get
public abstract IntegrationAccountSchema get(String resourceGroupName, String integrationAccountName, String schemaName)
Gets an integration account schema.
Parameters:
Returns:
getById
public abstract IntegrationAccountSchema getById(String id)
Gets an integration account schema.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<IntegrationAccountSchema> getByIdWithResponse(String id, Context context)
Gets an integration account schema.
Parameters:
Returns:
getWithResponse
public abstract Response<IntegrationAccountSchema> getWithResponse(String resourceGroupName, String integrationAccountName, String schemaName, Context context)
Gets an integration account schema.
Parameters:
Returns:
list
public abstract PagedIterable<IntegrationAccountSchema> list(String resourceGroupName, String integrationAccountName)
Gets a list of integration account schemas.
Parameters:
Returns:
list
public abstract PagedIterable<IntegrationAccountSchema> list(String resourceGroupName, String integrationAccountName, Integer top, String filter, Context context)
Gets a list of integration account schemas.
Parameters:
Returns:
listContentCallbackUrl
public abstract WorkflowTriggerCallbackUrl listContentCallbackUrl(String resourceGroupName, String integrationAccountName, String schemaName, GetCallbackUrlParameters listContentCallbackUrl)
Get the content callback url.
Parameters:
Returns:
listContentCallbackUrlWithResponse
public abstract Response<WorkflowTriggerCallbackUrl> listContentCallbackUrlWithResponse(String resourceGroupName, String integrationAccountName, String schemaName, GetCallbackUrlParameters listContentCallbackUrl, Context context)
Get the content callback url.
Parameters:
Returns: