ArmLogicModelFactory.LogicApiResourceMetadata Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de LogicApiResourceMetadata.
public static Azure.ResourceManager.Logic.Models.LogicApiResourceMetadata LogicApiResourceMetadata (string source = default, string brandColor = default, string hideKey = default, System.Collections.Generic.IReadOnlyDictionary<string,string> tags = default, Azure.ResourceManager.Logic.Models.LogicApiType? apiType = default, Azure.ResourceManager.Logic.Models.LogicWsdlService wsdlService = default, Azure.ResourceManager.Logic.Models.LogicWsdlImportMethod? wsdlImportMethod = default, string connectionType = default, Azure.ResourceManager.Logic.Models.LogicWorkflowProvisioningState? provisioningState = default, Azure.ResourceManager.Logic.Models.LogicApiDeploymentParameterMetadataSet deploymentParameters = default);
static member LogicApiResourceMetadata : string * string * string * System.Collections.Generic.IReadOnlyDictionary<string, string> * Nullable<Azure.ResourceManager.Logic.Models.LogicApiType> * Azure.ResourceManager.Logic.Models.LogicWsdlService * Nullable<Azure.ResourceManager.Logic.Models.LogicWsdlImportMethod> * string * Nullable<Azure.ResourceManager.Logic.Models.LogicWorkflowProvisioningState> * Azure.ResourceManager.Logic.Models.LogicApiDeploymentParameterMetadataSet -> Azure.ResourceManager.Logic.Models.LogicApiResourceMetadata
Public Shared Function LogicApiResourceMetadata (Optional source As String = Nothing, Optional brandColor As String = Nothing, Optional hideKey As String = Nothing, Optional tags As IReadOnlyDictionary(Of String, String) = Nothing, Optional apiType As Nullable(Of LogicApiType) = Nothing, Optional wsdlService As LogicWsdlService = Nothing, Optional wsdlImportMethod As Nullable(Of LogicWsdlImportMethod) = Nothing, Optional connectionType As String = Nothing, Optional provisioningState As Nullable(Of LogicWorkflowProvisioningState) = Nothing, Optional deploymentParameters As LogicApiDeploymentParameterMetadataSet = Nothing) As LogicApiResourceMetadata
Parâmetros
- source
- String
A origem.
- brandColor
- String
A cor da marca.
- hideKey
- String
A chave de ocultação.
- tags
- IReadOnlyDictionary<String,String>
As marcas.
- apiType
- Nullable<LogicApiType>
O tipo de api.
- wsdlService
- LogicWsdlService
O serviço WSDL.
- wsdlImportMethod
- Nullable<LogicWsdlImportMethod>
O método de importação WSDL.
- connectionType
- String
O tipo de conexão.
- provisioningState
- Nullable<LogicWorkflowProvisioningState>
O estado de provisionamento.
- deploymentParameters
- LogicApiDeploymentParameterMetadataSet
Os metadados de parâmetros de implantação do conector.
Retornos
Uma nova LogicApiResourceMetadata instância para zombar.