ArmEdgeOrderModelFactory.ProductDescription 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 ProductDescription.
public static Azure.ResourceManager.EdgeOrder.Models.ProductDescription ProductDescription (Azure.ResourceManager.EdgeOrder.Models.ProductDescriptionType? descriptionType = default, string shortDescription = default, string longDescription = default, System.Collections.Generic.IEnumerable<string> keywords = default, System.Collections.Generic.IEnumerable<string> attributes = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.EdgeOrder.Models.ProductLink> links = default);
static member ProductDescription : Nullable<Azure.ResourceManager.EdgeOrder.Models.ProductDescriptionType> * string * string * seq<string> * seq<string> * seq<Azure.ResourceManager.EdgeOrder.Models.ProductLink> -> Azure.ResourceManager.EdgeOrder.Models.ProductDescription
Public Shared Function ProductDescription (Optional descriptionType As Nullable(Of ProductDescriptionType) = Nothing, Optional shortDescription As String = Nothing, Optional longDescription As String = Nothing, Optional keywords As IEnumerable(Of String) = Nothing, Optional attributes As IEnumerable(Of String) = Nothing, Optional links As IEnumerable(Of ProductLink) = Nothing) As ProductDescription
Parameters
- descriptionType
- Nullable<ProductDescriptionType>
Type of description.
- shortDescription
- String
Short description of the product system.
- longDescription
- String
Long description of the product system.
- keywords
- IEnumerable<String>
Keywords for the product system.
- attributes
- IEnumerable<String>
Attributes for the product system.
- links
- IEnumerable<ProductLink>
Links for the product system.
Returns
A new ProductDescription 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