GitHubModelFactory.ActionsPublicKey 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.
Creates a new instance of ActionsPublicKey(String, String, Nullable<Int32>, String, String, String).
public static Azure.Connectors.Sdk.GitHub.Models.ActionsPublicKey ActionsPublicKey(string keyId = default, string key = default, int? id = default, string url = default, string title = default, string createdAt = default);
static member ActionsPublicKey : string * string * Nullable<int> * string * string * string -> Azure.Connectors.Sdk.GitHub.Models.ActionsPublicKey
Public Shared Function ActionsPublicKey (Optional keyId As String = Nothing, Optional key As String = Nothing, Optional id As Nullable(Of Integer) = Nothing, Optional url As String = Nothing, Optional title As String = Nothing, Optional createdAt As String = Nothing) As ActionsPublicKey
Parameters
- keyId
- String
- key
- String
- url
- String
- title
- String
- createdAt
- String