你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
InformaticaServerlessFetchConfigProperties 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.
InfaServerlessFetchConfigProperties for the fetch all serverless API as received from informatica API response.
public class InformaticaServerlessFetchConfigProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessFetchConfigProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.InformaticaDataManagement.Models.InformaticaServerlessFetchConfigProperties>
type InformaticaServerlessFetchConfigProperties = class
interface IJsonModel<InformaticaServerlessFetchConfigProperties>
interface IPersistableModel<InformaticaServerlessFetchConfigProperties>
Public Class InformaticaServerlessFetchConfigProperties
Implements IJsonModel(Of InformaticaServerlessFetchConfigProperties), IPersistableModel(Of InformaticaServerlessFetchConfigProperties)
- Inheritance
-
InformaticaServerlessFetchConfigProperties
- Implements
Properties
AdvancedCustomProperties |
Advanced custom properties. |
ApplicationType |
applicationType name. |
ComputeUnits |
Compute Units. |
ExecutionTimeout |
Execution timeout. |
Platform |
Serverless Account Platform. |
Region |
region name for the runtime environment. |
ResourceGroupName |
Resource group name. |
ServerlessArmResourceId |
Serverless Arm Resource ID. |
Subnet |
subnet name. |
SubscriptionId |
subscription ID. |
SupplementaryFileLocation |
Supplementary File location. |
Tags |
Tags for the resource. |
TenantId |
Tenant ID. |
Vnet |
virtual network. |
Explicit Interface Implementations
IJsonModel<InformaticaServerlessFetchConfigProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<InformaticaServerlessFetchConfigProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<InformaticaServerlessFetchConfigProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<InformaticaServerlessFetchConfigProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<InformaticaServerlessFetchConfigProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |