Class ApiProfile
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.ApiProfile
-
public final class ApiProfile extends Object
The ApiProfile model.
-
-
Constructor Summary
Constructors Constructor Description ApiProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapiVersion()Get the apiVersion property: The API version.StringprofileVersion()Get the profileVersion property: The profile version.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
profileVersion
public String profileVersion()
Get the profileVersion property: The profile version.- Returns:
- the profileVersion value.
-
apiVersion
public String apiVersion()
Get the apiVersion property: The API version.- Returns:
- the apiVersion value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-