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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.