ArmLogicModelFactory.LogicApiResourceGeneralInformation 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 LogicApiResourceGeneralInformation.
public static Azure.ResourceManager.Logic.Models.LogicApiResourceGeneralInformation LogicApiResourceGeneralInformation (Uri iconUri = default, string displayName = default, string description = default, Uri termsOfUseUri = default, string releaseTag = default, Azure.ResourceManager.Logic.Models.LogicApiTier? tier = default);
static member LogicApiResourceGeneralInformation : Uri * string * string * Uri * string * Nullable<Azure.ResourceManager.Logic.Models.LogicApiTier> -> Azure.ResourceManager.Logic.Models.LogicApiResourceGeneralInformation
Public Shared Function LogicApiResourceGeneralInformation (Optional iconUri As Uri = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional termsOfUseUri As Uri = Nothing, Optional releaseTag As String = Nothing, Optional tier As Nullable(Of LogicApiTier) = Nothing) As LogicApiResourceGeneralInformation
Parameters
- iconUri
- Uri
The icon url.
- displayName
- String
The display name.
- description
- String
The description.
- termsOfUseUri
- Uri
The terms of use url.
- releaseTag
- String
The release tag.
- tier
- Nullable<LogicApiTier>
The tier.
Returns
A new LogicApiResourceGeneralInformation 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