ApiProfile Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ApiProfile
- com.
Implements
public final class ApiProfile
implements JsonSerializable<ApiProfile>
The ApiProfile model.
Constructor Summary
Constructor | Description |
---|---|
ApiProfile() |
Creates an instance of Api |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
apiVersion()
Get the api |
static
Api |
fromJson(JsonReader jsonReader)
Reads an instance of Api |
String |
profileVersion()
Get the profile |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ApiProfile
public ApiProfile()
Creates an instance of ApiProfile class.
Method Details
apiVersion
public String apiVersion()
Get the apiVersion property: The API version.
Returns:
fromJson
public static ApiProfile fromJson(JsonReader jsonReader)
Reads an instance of ApiProfile from the JsonReader.
Parameters:
Returns:
Throws:
profileVersion
public String profileVersion()
Get the profileVersion property: The profile version.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java