GithubScopeEnvironmentData Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. EnvironmentData - com.
azure. resourcemanager. security. models. GithubScopeEnvironmentData
- com.
- com.
public final class GithubScopeEnvironmentData
extends EnvironmentData
The github scope connector's environment data.
Constructor Summary
| Constructor | Description |
|---|---|
| GithubScopeEnvironmentData() |
Creates an instance of Github |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Environment |
environmentType()
Get the environment |
|
static
Github |
fromJson(JsonReader jsonReader)
Reads an instance of Github |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from EnvironmentData
Methods inherited from java.lang.Object
Constructor Details
GithubScopeEnvironmentData
public GithubScopeEnvironmentData()
Creates an instance of GithubScopeEnvironmentData class.
Method Details
environmentType
public EnvironmentType environmentType()
Get the environmentType property: The type of the environment data.
Overrides:
GithubScopeEnvironmentData.environmentType()Returns:
fromJson
public static GithubScopeEnvironmentData fromJson(JsonReader jsonReader)
Reads an instance of GithubScopeEnvironmentData from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
GithubScopeEnvironmentData.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
GithubScopeEnvironmentData.validate()