GitHubModelFactory.CreateRepositorySecretRequest(String, String) 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 CreateRepositorySecretRequest(String, String).
public static Azure.Connectors.Sdk.GitHub.Models.CreateRepositorySecretRequest CreateRepositorySecretRequest(string encryptedValue = default, string keyId = default);
static member CreateRepositorySecretRequest : string * string -> Azure.Connectors.Sdk.GitHub.Models.CreateRepositorySecretRequest
Public Shared Function CreateRepositorySecretRequest (Optional encryptedValue As String = Nothing, Optional keyId As String = Nothing) As CreateRepositorySecretRequest
Parameters
- encryptedValue
- String
- keyId
- String