Class WorkspacePurgesPurgeHeaders
java.lang.Object
com.azure.resourcemanager.loganalytics.models.WorkspacePurgesPurgeHeaders
The WorkspacePurgesPurgeHeaders model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.withXMsStatusLocation(String xMsStatusLocation) Set the xMsStatusLocation property: The x-ms-status-location property.Get the xMsStatusLocation property: The x-ms-status-location property.
-
Constructor Details
-
WorkspacePurgesPurgeHeaders
public WorkspacePurgesPurgeHeaders()
-
-
Method Details
-
xMsStatusLocation
Get the xMsStatusLocation property: The x-ms-status-location property.- Returns:
- the xMsStatusLocation value.
-
withXMsStatusLocation
Set the xMsStatusLocation property: The x-ms-status-location property.- Parameters:
xMsStatusLocation- the xMsStatusLocation value to set.- Returns:
- the WorkspacePurgesPurgeHeaders object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-