WordPressModelFactory.PostResponse 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.
public static Azure.Connectors.Sdk.WordPress.Models.PostResponse PostResponse(int? id = default, int? commentCount = default, int? siteId = default, string date = default, string modified = default, string title = default, string url = default, string slug = default, string type = default, int? likeCount = default);
static member PostResponse : Nullable<int> * Nullable<int> * Nullable<int> * string * string * string * string * string * string * Nullable<int> -> Azure.Connectors.Sdk.WordPress.Models.PostResponse
Public Shared Function PostResponse (Optional id As Nullable(Of Integer) = Nothing, Optional commentCount As Nullable(Of Integer) = Nothing, Optional siteId As Nullable(Of Integer) = Nothing, Optional date As String = Nothing, Optional modified As String = Nothing, Optional title As String = Nothing, Optional url As String = Nothing, Optional slug As String = Nothing, Optional type As String = Nothing, Optional likeCount As Nullable(Of Integer) = Nothing) As PostResponse
Parameters
- date
- String
- modified
- String
- title
- String
- url
- String
- slug
- String
- type
- String