OrganizationProfile Class
- java.
lang. Object - com.
azure. resourcemanager. devopsinfrastructure. models. OrganizationProfile
- com.
Implements
public class OrganizationProfile
implements JsonSerializable<OrganizationProfile>
Defines the organization in which the pool will be used.
Constructor Summary
| Constructor | Description |
|---|---|
| OrganizationProfile() |
Creates an instance of Organization |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Organization |
fromJson(JsonReader jsonReader)
Reads an instance of Organization |
| String |
kind()
Get the kind property: Discriminator property for Organization |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
OrganizationProfile
public OrganizationProfile()
Creates an instance of OrganizationProfile class.
Method Details
fromJson
public static OrganizationProfile fromJson(JsonReader jsonReader)
Reads an instance of OrganizationProfile from the JsonReader.
Parameters:
Returns:
Throws:
kind
public String kind()
Get the kind property: Discriminator property for OrganizationProfile.
Returns:
toJson
validate
public void validate()
Validates the instance.