Uses of Class
com.azure.resourcemanager.appservice.fluent.models.JsonSchemaInner
Packages that use JsonSchemaInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of JsonSchemaInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return JsonSchemaInnerModifier and TypeMethodDescriptionWorkflowTriggersClient.getSchemaJson(String resourceGroupName, String name, String workflowName, String triggerName) Get the trigger schema as JSON.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type JsonSchemaInnerModifier and TypeMethodDescriptionWorkflowTriggersClient.getSchemaJsonAsync(String resourceGroupName, String name, String workflowName, String triggerName) Get the trigger schema as JSON.com.azure.core.http.rest.Response<JsonSchemaInner> WorkflowTriggersClient.getSchemaJsonWithResponse(String resourceGroupName, String name, String workflowName, String triggerName, com.azure.core.util.Context context) Get the trigger schema as JSON.Mono<com.azure.core.http.rest.Response<JsonSchemaInner>> WorkflowTriggersClient.getSchemaJsonWithResponseAsync(String resourceGroupName, String name, String workflowName, String triggerName) Get the trigger schema as JSON. -
Uses of JsonSchemaInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return JsonSchemaInnerModifier and TypeMethodDescriptionstatic JsonSchemaInnerJsonSchemaInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JsonSchemaInner from the JsonReader.JsonSchemaInner.withContent(String content) Set the content property: The JSON content.Set the title property: The JSON title.