ArmLogicModelFactory.LogicApiDeploymentParameterMetadata 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 LogicApiDeploymentParameterMetadata.
public static Azure.ResourceManager.Logic.Models.LogicApiDeploymentParameterMetadata LogicApiDeploymentParameterMetadata(string apiDeploymentParameterMetadataType = default, bool? isRequired = default, string displayName = default, string description = default, Azure.ResourceManager.Logic.Models.LogicApiDeploymentParameterVisibility? visibility = default);
static member LogicApiDeploymentParameterMetadata : string * Nullable<bool> * string * string * Nullable<Azure.ResourceManager.Logic.Models.LogicApiDeploymentParameterVisibility> -> Azure.ResourceManager.Logic.Models.LogicApiDeploymentParameterMetadata
Public Shared Function LogicApiDeploymentParameterMetadata (Optional apiDeploymentParameterMetadataType As String = Nothing, Optional isRequired As Nullable(Of Boolean) = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional visibility As Nullable(Of LogicApiDeploymentParameterVisibility) = Nothing) As LogicApiDeploymentParameterMetadata
Parameters
- apiDeploymentParameterMetadataType
- String
The type.
- displayName
- String
The display name.
- description
- String
The description.
- visibility
- Nullable<LogicApiDeploymentParameterVisibility>
The visibility.
Returns
A new LogicApiDeploymentParameterMetadata instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET