FunctionEnvelopeData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the FunctionEnvelope data model. Function information. Serialized Name: FunctionEnvelope
public class FunctionEnvelopeData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.FunctionEnvelopeData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.FunctionEnvelopeData>
type FunctionEnvelopeData = class
inherit ResourceData
interface IJsonModel<FunctionEnvelopeData>
interface IPersistableModel<FunctionEnvelopeData>
Public Class FunctionEnvelopeData
Inherits ResourceData
Implements IJsonModel(Of FunctionEnvelopeData), IPersistableModel(Of FunctionEnvelopeData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FunctionEnvelopeData() |
Initializes a new instance of FunctionEnvelopeData. |
Properties
| Name | Description |
|---|---|
| Config |
Config information. Serialized Name: FunctionEnvelope.properties.config To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| ConfigHref |
Config URI. Serialized Name: FunctionEnvelope.properties.config_href |
| Files |
File list. Serialized Name: FunctionEnvelope.properties.files |
| FunctionAppId |
Function App ID. Serialized Name: FunctionEnvelope.properties.function_app_id |
| Href |
Function URI. Serialized Name: FunctionEnvelope.properties.href |
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
| InvokeUrlTemplate |
The invocation URL Serialized Name: FunctionEnvelope.properties.invoke_url_template |
| IsDisabled |
Gets or sets a value indicating whether the function is disabled Serialized Name: FunctionEnvelope.properties.isDisabled |
| Kind |
Kind of resource. Serialized Name: FunctionEnvelope.kind |
| Language |
The function language Serialized Name: FunctionEnvelope.properties.language |
| Name |
The name of the resource. (Inherited from ResourceData) |
| ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
| ScriptHref |
Script URI. Serialized Name: FunctionEnvelope.properties.script_href |
| ScriptRootPathHref |
Script root path URI. Serialized Name: FunctionEnvelope.properties.script_root_path_href |
| SecretsFileHref |
Secrets file URI. Serialized Name: FunctionEnvelope.properties.secrets_file_href |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
| TestData |
Test data used when testing via the Azure Portal. Serialized Name: FunctionEnvelope.properties.test_data |
| TestDataHref |
Test data URI. Serialized Name: FunctionEnvelope.properties.test_data_href |
Methods
| Name | Description |
|---|---|
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<FunctionEnvelopeData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<FunctionEnvelopeData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<FunctionEnvelopeData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<FunctionEnvelopeData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<FunctionEnvelopeData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |