106 строки
5.8 KiB
YAML
106 строки
5.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope"
|
|
name: "FunctionEnvelope"
|
|
nameWithType: "FunctionEnvelope"
|
|
summary: "An immutable representation of function Information."
|
|
syntax: "public interface **FunctionEnvelope**</br> extends <xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.FunctionEnvelopeInner?alt=com.azure.resourcemanager.appservice.fluent.models.FunctionEnvelopeInner&text=FunctionEnvelopeInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.config()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.config()"
|
|
name: "config()"
|
|
nameWithType: "FunctionEnvelope.config()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Object config()"
|
|
returns:
|
|
description: "the config value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.configHref()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.configHref()"
|
|
name: "configHref()"
|
|
nameWithType: "FunctionEnvelope.configHref()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String configHref()"
|
|
returns:
|
|
description: "the configHref value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.files()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.files()"
|
|
name: "files()"
|
|
nameWithType: "FunctionEnvelope.files()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> files()"
|
|
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/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.functionAppId()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.functionAppId()"
|
|
name: "functionAppId()"
|
|
nameWithType: "FunctionEnvelope.functionAppId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String functionAppId()"
|
|
returns:
|
|
description: "the functionAppId value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.href()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.href()"
|
|
name: "href()"
|
|
nameWithType: "FunctionEnvelope.href()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String href()"
|
|
returns:
|
|
description: "the href value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.scriptHref()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.scriptHref()"
|
|
name: "scriptHref()"
|
|
nameWithType: "FunctionEnvelope.scriptHref()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String scriptHref()"
|
|
returns:
|
|
description: "the scriptHref value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.scriptRootPathHref()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.scriptRootPathHref()"
|
|
name: "scriptRootPathHref()"
|
|
nameWithType: "FunctionEnvelope.scriptRootPathHref()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String scriptRootPathHref()"
|
|
returns:
|
|
description: "the scriptRootPathHref value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.secretsFileHref()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.secretsFileHref()"
|
|
name: "secretsFileHref()"
|
|
nameWithType: "FunctionEnvelope.secretsFileHref()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String secretsFileHref()"
|
|
returns:
|
|
description: "the secretsFileHref value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.testData()"
|
|
fullName: "com.azure.resourcemanager.appservice.models.FunctionEnvelope.testData()"
|
|
name: "testData()"
|
|
nameWithType: "FunctionEnvelope.testData()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String testData()"
|
|
returns:
|
|
description: "the testData value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable representation of function Information."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appservice.fluent.models.FunctionEnvelopeInner?alt=com.azure.resourcemanager.appservice.fluent.models.FunctionEnvelopeInner&text=FunctionEnvelopeInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appservice.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appservice:2.42.0
|