AppserviceGithubTokenRequest Class
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.
Appservice Github token request content.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppserviceGithubTokenRequestTypeConverter))]
public class AppserviceGithubTokenRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppserviceGithubTokenRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppserviceGithubTokenRequestTypeConverter))>]
type AppserviceGithubTokenRequest = class
interface IAppserviceGithubTokenRequest
interface IJsonSerializable
Public Class AppserviceGithubTokenRequest
Implements IAppserviceGithubTokenRequest
- Inheritance
-
AppserviceGithubTokenRequest
- Attributes
- Implements
Constructors
AppserviceGithubTokenRequest() |
Creates an new AppserviceGithubTokenRequest instance. |
Properties
Code |
Code string to exchange for Github Access token |
State |
State string used for verification. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AppserviceGithubTokenRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AppserviceGithubTokenRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IAppserviceGithubTokenRequest. |
FromJsonString(String) |
Creates a new instance of AppserviceGithubTokenRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of AppserviceGithubTokenRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |