ArmLogicModelFactory.LogicApiResourceMetadata Method
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.
Initializes a new instance of 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
Parameters
- source
- String
The source.
- brandColor
- String
The brand color.
- hideKey
- String
The hide key.
- tags
- IReadOnlyDictionary<String,String>
The tags.
- apiType
- Nullable<LogicApiType>
The api type.
- wsdlService
- LogicWsdlService
The WSDL service.
- wsdlImportMethod
- Nullable<LogicWsdlImportMethod>
The WSDL import method.
- connectionType
- String
The connection type.
- provisioningState
- Nullable<LogicWorkflowProvisioningState>
The provisioning state.
- deploymentParameters
- LogicApiDeploymentParameterMetadataSet
The connector deployment parameters metadata.
Returns
A new LogicApiResourceMetadata instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET