Class LogFileUrlResponseInner
java.lang.Object
com.azure.resourcemanager.appplatform.fluent.models.LogFileUrlResponseInner
Log file URL payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LogFileUrlResponseInner class. -
Method Summary
-
Constructor Details
-
LogFileUrlResponseInner
public LogFileUrlResponseInner()Creates an instance of LogFileUrlResponseInner class.
-
-
Method Details
-
url
Get the url property: URL of the log file.- Returns:
- the url value.
-
withUrl
Set the url property: URL of the log file.- Parameters:
url- the url value to set.- Returns:
- the LogFileUrlResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-