你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.