150 строки
11 KiB
YAML
150 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts"
|
|
name: "WorkflowArtifacts"
|
|
nameWithType: "WorkflowArtifacts"
|
|
summary: "The workflow filter."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **WorkflowArtifacts**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowArtifacts?alt=com.azure.resourcemanager.appservice.models.WorkflowArtifacts&text=WorkflowArtifacts\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.WorkflowArtifacts()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.WorkflowArtifacts()"
|
|
name: "WorkflowArtifacts()"
|
|
nameWithType: "WorkflowArtifacts.WorkflowArtifacts()"
|
|
summary: "Creates an instance of Workflow<wbr>Artifacts class."
|
|
syntax: "public WorkflowArtifacts()"
|
|
desc: "Creates an instance of WorkflowArtifacts class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.appSettings()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.appSettings()"
|
|
name: "appSettings()"
|
|
nameWithType: "WorkflowArtifacts.appSettings()"
|
|
summary: "Get the app<wbr>Settings property: Application settings of the workflow."
|
|
syntax: "public Object appSettings()"
|
|
desc: "Get the appSettings property: Application settings of the workflow."
|
|
returns:
|
|
description: "the appSettings value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.files()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.files()"
|
|
name: "files()"
|
|
nameWithType: "WorkflowArtifacts.files()"
|
|
summary: "Get the files property: Files of the app."
|
|
syntax: "public Map<String,Object> files()"
|
|
desc: "Get the files property: Files of the app."
|
|
returns:
|
|
description: "the files value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.filesToDelete()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.filesToDelete()"
|
|
name: "filesToDelete()"
|
|
nameWithType: "WorkflowArtifacts.filesToDelete()"
|
|
summary: "Get the files<wbr>ToDelete property: Files of the app to delete."
|
|
syntax: "public List<String> filesToDelete()"
|
|
desc: "Get the filesToDelete property: Files of the app to delete."
|
|
returns:
|
|
description: "the filesToDelete value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "WorkflowArtifacts.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Workflow<wbr>Artifacts from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static WorkflowArtifacts fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the WorkflowArtifacts."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of WorkflowArtifacts from the JsonReader."
|
|
returns:
|
|
description: "An instance of WorkflowArtifacts if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowArtifacts?alt=com.azure.resourcemanager.appservice.models.WorkflowArtifacts&text=WorkflowArtifacts\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "WorkflowArtifacts.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.validate()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.validate()"
|
|
name: "validate()"
|
|
nameWithType: "WorkflowArtifacts.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.withAppSettings(java.lang.Object)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.withAppSettings(Object appSettings)"
|
|
name: "withAppSettings(Object appSettings)"
|
|
nameWithType: "WorkflowArtifacts.withAppSettings(Object appSettings)"
|
|
summary: "Set the app<wbr>Settings property: Application settings of the workflow."
|
|
parameters:
|
|
- description: "the appSettings value to set."
|
|
name: "appSettings"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public WorkflowArtifacts withAppSettings(Object appSettings)"
|
|
desc: "Set the appSettings property: Application settings of the workflow."
|
|
returns:
|
|
description: "the WorkflowArtifacts object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowArtifacts?alt=com.azure.resourcemanager.appservice.models.WorkflowArtifacts&text=WorkflowArtifacts\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.withFiles(java.util.Map<java.lang.String,java.lang.Object>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.withFiles(Map<String,Object> files)"
|
|
name: "withFiles(Map<String,Object> files)"
|
|
nameWithType: "WorkflowArtifacts.withFiles(Map<String,Object> files)"
|
|
summary: "Set the files property: Files of the app."
|
|
parameters:
|
|
- description: "the files value to set."
|
|
name: "files"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
syntax: "public WorkflowArtifacts withFiles(Map<String,Object> files)"
|
|
desc: "Set the files property: Files of the app."
|
|
returns:
|
|
description: "the WorkflowArtifacts object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowArtifacts?alt=com.azure.resourcemanager.appservice.models.WorkflowArtifacts&text=WorkflowArtifacts\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.withFilesToDelete(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.appservice.models.WorkflowArtifacts.withFilesToDelete(List<String> filesToDelete)"
|
|
name: "withFilesToDelete(List<String> filesToDelete)"
|
|
nameWithType: "WorkflowArtifacts.withFilesToDelete(List<String> filesToDelete)"
|
|
summary: "Set the files<wbr>ToDelete property: Files of the app to delete."
|
|
parameters:
|
|
- description: "the filesToDelete value to set."
|
|
name: "filesToDelete"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public WorkflowArtifacts withFilesToDelete(List<String> filesToDelete)"
|
|
desc: "Set the filesToDelete property: Files of the app to delete."
|
|
returns:
|
|
description: "the WorkflowArtifacts object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowArtifacts?alt=com.azure.resourcemanager.appservice.models.WorkflowArtifacts&text=WorkflowArtifacts\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The workflow filter."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.models.WorkflowArtifacts?alt=com.azure.resourcemanager.appservice.models.WorkflowArtifacts&text=WorkflowArtifacts\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.44.0
|