ArmLogicModelFactory.LogicApiReference 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 LogicApiReference.
public static Azure.ResourceManager.Logic.Models.LogicApiReference LogicApiReference (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, string displayName = default, string description = default, Uri iconUri = default, BinaryData swagger = default, string brandColor = default, Azure.ResourceManager.Logic.Models.LogicApiTier? category = default, Azure.ResourceManager.Logic.Models.LogicResourceReference integrationServiceEnvironment = default);
static member LogicApiReference : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * string * string * Uri * BinaryData * string * Nullable<Azure.ResourceManager.Logic.Models.LogicApiTier> * Azure.ResourceManager.Logic.Models.LogicResourceReference -> Azure.ResourceManager.Logic.Models.LogicApiReference
Public Shared Function LogicApiReference (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional iconUri As Uri = Nothing, Optional swagger As BinaryData = Nothing, Optional brandColor As String = Nothing, Optional category As Nullable(Of LogicApiTier) = Nothing, Optional integrationServiceEnvironment As LogicResourceReference = Nothing) As LogicApiReference
Parameters
The resource id.
- name
- String
Gets the resource name.
- resourceType
- Nullable<ResourceType>
Gets the resource type.
- displayName
- String
The display name of the api.
- description
- String
The description of the api.
- iconUri
- Uri
The icon uri of the api.
- swagger
- BinaryData
The swagger of the api.
- brandColor
- String
The brand color of the api.
- category
- Nullable<LogicApiTier>
The tier.
- integrationServiceEnvironment
- LogicResourceReference
The integration service environment reference.
Returns
A new LogicApiReference instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET