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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET